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

Commit c9a8c69

Browse files
committed
update diagnostic-docs crate name
1 parent e53bf7e commit c9a8c69

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ struct Diagnostic {
2323

2424
impl Diagnostic {
2525
fn collect() -> io::Result<Vec<Diagnostic>> {
26-
let handlers_dir = project_root().join("crates/ide_diagnostics/src/handlers");
26+
let handlers_dir = project_root().join("crates/ide-diagnostics/src/handlers");
2727

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

0 commit comments

Comments
 (0)