aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/src/syntax_node.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/ra_syntax/src/syntax_node.rs')
-rw-r--r--crates/ra_syntax/src/syntax_node.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/crates/ra_syntax/src/syntax_node.rs b/crates/ra_syntax/src/syntax_node.rs
index ed48739f8..a0d7c32ec 100644
--- a/crates/ra_syntax/src/syntax_node.rs
+++ b/crates/ra_syntax/src/syntax_node.rs
@@ -1,4 +1,3 @@
1mod builder;
2pub mod syntax_error; 1pub mod syntax_error;
3mod syntax_text; 2mod syntax_text;
4 3
@@ -8,7 +7,6 @@ use self::syntax_text::SyntaxText;
8use crate::{SmolStr, SyntaxKind, TextRange}; 7use crate::{SmolStr, SyntaxKind, TextRange};
9use rowan::{Types, TransparentNewType}; 8use rowan::{Types, TransparentNewType};
10 9
11pub(crate) use self::builder::GreenBuilder;
12pub use self::syntax_error::{SyntaxError, SyntaxErrorKind, Location}; 10pub use self::syntax_error::{SyntaxError, SyntaxErrorKind, Location};
13pub use rowan::WalkEvent; 11pub use rowan::WalkEvent;
14 12