diff options
Diffstat (limited to 'crates/ra_assists/src/handlers')
-rw-r--r-- | crates/ra_assists/src/handlers/expand_glob_import.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_assists/src/handlers/expand_glob_import.rs b/crates/ra_assists/src/handlers/expand_glob_import.rs index ae9e86181..963c1353f 100644 --- a/crates/ra_assists/src/handlers/expand_glob_import.rs +++ b/crates/ra_assists/src/handlers/expand_glob_import.rs | |||
@@ -31,7 +31,7 @@ use crate::{ | |||
31 | // pub struct Baz; | 31 | // pub struct Baz; |
32 | // } | 32 | // } |
33 | // | 33 | // |
34 | // use foo::{Bar, Baz}; | 34 | // use foo::{Baz, Bar}; |
35 | // | 35 | // |
36 | // fn qux(bar: Bar, baz: Baz) {} | 36 | // fn qux(bar: Bar, baz: Baz) {} |
37 | // ``` | 37 | // ``` |