aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_editor/src/edit.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/ra_editor/src/edit.rs')
-rw-r--r--crates/ra_editor/src/edit.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_editor/src/edit.rs b/crates/ra_editor/src/edit.rs
index 2839ac20a..46e687319 100644
--- a/crates/ra_editor/src/edit.rs
+++ b/crates/ra_editor/src/edit.rs
@@ -1,4 +1,4 @@
1use {TextRange, TextUnit}; 1use crate::{TextRange, TextUnit};
2use ra_syntax::{ 2use ra_syntax::{
3 AtomEdit, 3 AtomEdit,
4 text_utils::contains_offset_nonstrict, 4 text_utils::contains_offset_nonstrict,