Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/syntax/src/ted.rs')
| -rw-r--r-- | crates/syntax/src/ted.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/syntax/src/ted.rs b/crates/syntax/src/ted.rs index 8592df1597..64d5ea084c 100644 --- a/crates/syntax/src/ted.rs +++ b/crates/syntax/src/ted.rs @@ -7,8 +7,8 @@ use std::{mem, ops::RangeInclusive}; use parser::T; use crate::{ - ast::{self, edit::IndentLevel, make, AstNode}, SyntaxElement, SyntaxKind, SyntaxNode, SyntaxToken, + ast::{self, AstNode, edit::IndentLevel, make}, }; /// Utility trait to allow calling `ted` functions with references or owned |