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 fbe2c95 commit fe43a5aCopy full SHA for fe43a5a
crates/ide-assists/src/utils.rs
@@ -9,7 +9,7 @@ use stdx::format_to;
9
use syntax::{
10
ast::{
11
self,
12
- edit::{self, AstNodeEdit, IndentLevel},
+ edit::{AstNodeEdit, IndentLevel},
13
edit_in_place::{AttrsOwnerEdit, Removable},
14
make, HasArgList, HasAttrs, HasGenericParams, HasName, HasTypeBounds, Whitespace,
15
},
0 commit comments