update diagnostic-docs crate name
This commit is contained in:
parent
e53bf7e9c2
commit
c9a8c69ee0
Binary file not shown.
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user