aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/src/reparsing.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/ra_syntax/src/reparsing.rs')
-rw-r--r--crates/ra_syntax/src/reparsing.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_syntax/src/reparsing.rs b/crates/ra_syntax/src/reparsing.rs
index d3b9a30d6..b3b51b3e4 100644
--- a/crates/ra_syntax/src/reparsing.rs
+++ b/crates/ra_syntax/src/reparsing.rs
@@ -188,7 +188,7 @@ mod tests {
188 use super::{ 188 use super::{
189 super::{test_utils::extract_range, text_utils::replace_range, utils::dump_tree, File}, 189 super::{test_utils::extract_range, text_utils::replace_range, utils::dump_tree, File},
190 reparse_block, reparse_leaf, AtomEdit, GreenNode, SyntaxError, SyntaxNodeRef, 190 reparse_block, reparse_leaf, AtomEdit, GreenNode, SyntaxError, SyntaxNodeRef,
191 }; 191};
192 192
193 fn do_check<F>(before: &str, replace_with: &str, reparser: F) 193 fn do_check<F>(before: &str, replace_with: &str, reparser: F)
194 where 194 where