Skip to content

Commit e1e6e3b

Browse files
committed
Fix typo
1 parent c201cce commit e1e6e3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/ide_completion/src/completions/flyimport.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1041,7 +1041,7 @@ fn main() {
10411041
check(
10421042
r#"
10431043
mod m {
1044-
pub fn some_fn() -> i32() {
1044+
pub fn some_fn() -> i32 {
10451045
42
10461046
}
10471047
}
@@ -1061,7 +1061,7 @@ fn main() {
10611061
check(
10621062
r#"
10631063
mod m {
1064-
pub fn some_fn() -> i32() {
1064+
pub fn some_fn() -> i32 {
10651065
42
10661066
}
10671067
}

0 commit comments

Comments
 (0)