We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a8fa12 commit 40db3b0Copy full SHA for 40db3b0
crates/ty_ide/src/hover.rs
@@ -262,7 +262,10 @@ mod tests {
262
);
263
264
assert_snapshot!(test.hover(), @r"
265
- def my_func(a, b) -> Unknown
+ def my_func(
266
+ a,
267
+ b
268
+ ) -> Unknown
269
---------------------------------------------
270
This is such a great func!!
271
@@ -272,7 +275,10 @@ mod tests {
272
275
273
276
274
277
```python
278
279
280
281
282
```
283
---
284
```text
0 commit comments