update diagnostic-docs crate name

This commit is contained in:
Peh 2022-04-30 21:18:02 +00:00
parent e53bf7e9c2
commit c9a8c69ee0
2 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ struct Diagnostic {
impl Diagnostic {
fn collect() -> io::Result<Vec<Diagnostic>> {
let handlers_dir = project_root().join("crates/ide_diagnostics/src/handlers");
let handlers_dir = project_root().join("crates/ide-diagnostics/src/handlers");
let mut res = Vec::new();
for path in sourcegen::list_rust_files(&handlers_dir) {