diff options
author | Aleksey Kladov <[email protected]> | 2018-08-25 09:44:17 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2018-08-25 09:44:17 +0100 |
commit | cf278ed3bf71d336422f7d7d7d51be92b717b720 (patch) | |
tree | 57bc0fa827e9af90be00918ab26d35832d1a1425 /crates/libeditor/src/typing.rs | |
parent | 9fae494a8da347a32cdcd3dcd714ba00aaff9664 (diff) |
rename file -> root
Diffstat (limited to 'crates/libeditor/src/typing.rs')
-rw-r--r-- | crates/libeditor/src/typing.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/libeditor/src/typing.rs b/crates/libeditor/src/typing.rs index 8903af177..ebc7c77d2 100644 --- a/crates/libeditor/src/typing.rs +++ b/crates/libeditor/src/typing.rs | |||
@@ -1,6 +1,5 @@ | |||
1 | use libsyntax2::{ | 1 | use libsyntax2::{ |
2 | TextUnit, TextRange, SyntaxNodeRef, ParsedFile, | 2 | TextUnit, TextRange, SyntaxNodeRef, ParsedFile, |
3 | ast, | ||
4 | algo::{ | 3 | algo::{ |
5 | walk::preorder, | 4 | walk::preorder, |
6 | find_covering_node, | 5 | find_covering_node, |