diff options
author | Aleksey Kladov <[email protected]> | 2018-08-11 10:28:59 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2018-08-11 10:28:59 +0100 |
commit | 7afd84febc76a75a3ed1be75c57ff35d7b8b3de6 (patch) | |
tree | 76eb2de7efc569c39cc721b7be298490b9647e0b /crates/libsyntax2/src/algo/mod.rs | |
parent | d5119133fc03694c6644cac9e307d1d496fc9bf2 (diff) |
visitor
Diffstat (limited to 'crates/libsyntax2/src/algo/mod.rs')
-rw-r--r-- | crates/libsyntax2/src/algo/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/libsyntax2/src/algo/mod.rs b/crates/libsyntax2/src/algo/mod.rs index d2de70fd4..263b58d97 100644 --- a/crates/libsyntax2/src/algo/mod.rs +++ b/crates/libsyntax2/src/algo/mod.rs | |||
@@ -1,4 +1,5 @@ | |||
1 | pub mod walk; | 1 | pub mod walk; |
2 | pub mod visit; | ||
2 | 3 | ||
3 | use {SyntaxNodeRef, TextUnit, TextRange}; | 4 | use {SyntaxNodeRef, TextUnit, TextRange}; |
4 | 5 | ||