aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide/src/references/rename.rs
diff options
context:
space:
mode:
authorice1000 <[email protected]>2019-12-04 18:35:24 +0000
committerice1000 <[email protected]>2019-12-04 23:30:42 +0000
commit088f50c0ab351d5ac072547a47c1ce7eeae029f3 (patch)
treebb1debb530510bea0aa5333bbc3a6d2d0a1a3ac8 /crates/ra_ide/src/references/rename.rs
parent032eb3d68e07f087ac531d48f956a79948baa4b9 (diff)
No block at the moment
Diffstat (limited to 'crates/ra_ide/src/references/rename.rs')
-rw-r--r--crates/ra_ide/src/references/rename.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_ide/src/references/rename.rs b/crates/ra_ide/src/references/rename.rs
index 1abf20215..b804d5f6d 100644
--- a/crates/ra_ide/src/references/rename.rs
+++ b/crates/ra_ide/src/references/rename.rs
@@ -88,7 +88,7 @@ fn rename_mod(
88 file_system_edits.push(move_file); 88 file_system_edits.push(move_file);
89 } 89 }
90 } 90 }
91 ModuleSource::Module(..) | ModuleSource::Block(..) => {} 91 ModuleSource::Module(..) => {}
92 } 92 }
93 } 93 }
94 94