Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit e53bf7e

Browse files
committed
updated ide-assist new dir name
1 parent 55e7925 commit e53bf7e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Binary file not shown.

crates/ide-assists/src/tests/sourcegen.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ r#####"
4141
}
4242
let buf = sourcegen::add_preamble("sourcegen_assists_docs", sourcegen::reformat(buf));
4343
sourcegen::ensure_file_contents(
44-
&project_root().join("crates/ide_assists/src/tests/generated.rs"),
44+
&project_root().join("crates/ide-assists/src/tests/generated.rs"),
4545
&buf,
4646
);
4747
}
@@ -75,7 +75,7 @@ struct Assist {
7575

7676
impl Assist {
7777
fn collect() -> Vec<Assist> {
78-
let handlers_dir = project_root().join("crates/ide_assists/src/handlers");
78+
let handlers_dir = project_root().join("crates/ide-assists/src/handlers");
7979

8080
let mut res = Vec::new();
8181
for path in sourcegen::list_rust_files(&handlers_dir) {

0 commit comments

Comments
 (0)