diff options
author | Aleksey Kladov <[email protected]> | 2020-02-29 20:23:16 +0000 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2020-02-29 20:23:16 +0000 |
commit | f316e074d2a2906a130d3046b5c3aa24daffb766 (patch) | |
tree | aee9595e3c9018924bfbcc1aeb38aacc41323463 /crates/ra_assists | |
parent | e91320632a9dfee937c3c2ba3ffafd3f5ffb22dc (diff) |
Add a FIXME
Diffstat (limited to 'crates/ra_assists')
-rw-r--r-- | crates/ra_assists/src/utils/insert_use.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crates/ra_assists/src/utils/insert_use.rs b/crates/ra_assists/src/utils/insert_use.rs index 36fd2fc0b..c507e71e0 100644 --- a/crates/ra_assists/src/utils/insert_use.rs +++ b/crates/ra_assists/src/utils/insert_use.rs | |||
@@ -1,4 +1,6 @@ | |||
1 | //! Handle syntactic aspects of inserting a new `use`. | 1 | //! Handle syntactic aspects of inserting a new `use`. |
2 | // FIXME: rewrite according to the plan, outlined in | ||
3 | // https://github.com/rust-analyzer/rust-analyzer/issues/3301#issuecomment-592931553 | ||
2 | 4 | ||
3 | use hir::{self, ModPath}; | 5 | use hir::{self, ModPath}; |
4 | use ra_syntax::{ | 6 | use ra_syntax::{ |