mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-28 05:53:45 +00:00
update diagnostic-docs crate name
This commit is contained in:
parent
e53bf7e9c2
commit
c9a8c69ee0
2 changed files with 1 additions and 1 deletions
Binary file not shown.
|
@ -23,7 +23,7 @@ struct Diagnostic {
|
||||||
|
|
||||||
impl Diagnostic {
|
impl Diagnostic {
|
||||||
fn collect() -> io::Result<Vec<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();
|
let mut res = Vec::new();
|
||||||
for path in sourcegen::list_rust_files(&handlers_dir) {
|
for path in sourcegen::list_rust_files(&handlers_dir) {
|
||||||
|
|
Loading…
Reference in a new issue