diff options
Diffstat (limited to 'crates/libeditor/src/code_actions.rs')
-rw-r--r-- | crates/libeditor/src/code_actions.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crates/libeditor/src/code_actions.rs b/crates/libeditor/src/code_actions.rs index 79530f257..cef3a12f9 100644 --- a/crates/libeditor/src/code_actions.rs +++ b/crates/libeditor/src/code_actions.rs | |||
@@ -2,6 +2,8 @@ use std::{ | |||
2 | fmt::{self, Write}, | 2 | fmt::{self, Write}, |
3 | }; | 3 | }; |
4 | 4 | ||
5 | use join_to_string::join; | ||
6 | |||
5 | use libsyntax2::{ | 7 | use libsyntax2::{ |
6 | File, TextUnit, | 8 | File, TextUnit, |
7 | ast::{self, AstNode, AttrsOwner, TypeParamsOwner, NameOwner}, | 9 | ast::{self, AstNode, AttrsOwner, TypeParamsOwner, NameOwner}, |