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 c201cce commit e1e6e3bCopy full SHA for e1e6e3b
crates/ide_completion/src/completions/flyimport.rs
@@ -1041,7 +1041,7 @@ fn main() {
1041
check(
1042
r#"
1043
mod m {
1044
- pub fn some_fn() -> i32() {
+ pub fn some_fn() -> i32 {
1045
42
1046
}
1047
@@ -1061,7 +1061,7 @@ fn main() {
1061
1062
1063
1064
1065
1066
1067
0 commit comments