about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--crates/ide-assists/src/tests/.sourcegen.rs.swpbin0 -> 16384 bytes
-rw-r--r--crates/ide-assists/src/tests/sourcegen.rs4
2 files changed, 2 insertions, 2 deletions
diff --git a/crates/ide-assists/src/tests/.sourcegen.rs.swp b/crates/ide-assists/src/tests/.sourcegen.rs.swp
new file mode 100644
index 00000000000..33620c2ec61
--- /dev/null
+++ b/crates/ide-assists/src/tests/.sourcegen.rs.swp
Binary files differdiff --git a/crates/ide-assists/src/tests/sourcegen.rs b/crates/ide-assists/src/tests/sourcegen.rs
index 2af1de66fad..d45e54186bb 100644
--- a/crates/ide-assists/src/tests/sourcegen.rs
+++ b/crates/ide-assists/src/tests/sourcegen.rs
@@ -41,7 +41,7 @@ r#####"
         }
         let buf = sourcegen::add_preamble("sourcegen_assists_docs", sourcegen::reformat(buf));
         sourcegen::ensure_file_contents(
-            &project_root().join("crates/ide_assists/src/tests/generated.rs"),
+            &project_root().join("crates/ide-assists/src/tests/generated.rs"),
             &buf,
         );
     }
@@ -75,7 +75,7 @@ struct Assist {
 
 impl Assist {
     fn collect() -> Vec<Assist> {
-        let handlers_dir = project_root().join("crates/ide_assists/src/handlers");
+        let handlers_dir = project_root().join("crates/ide-assists/src/handlers");
 
         let mut res = Vec::new();
         for path in sourcegen::list_rust_files(&handlers_dir) {