mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-03 23:25:03 +00:00
Fix bitrotted module name
This commit is contained in:
parent
f3d56b89c5
commit
1fcf687657
8 changed files with 10 additions and 8 deletions
|
@ -22,7 +22,7 @@ use crate::{
|
|||
diagnostics::{CheckFixes, DiagnosticCollection},
|
||||
document::DocumentData,
|
||||
from_proto,
|
||||
line_endings::{LineEndings, LineIndex},
|
||||
line_index::{LineEndings, LineIndex},
|
||||
main_loop::Task,
|
||||
op_queue::OpQueue,
|
||||
reload::SourceRootConfig,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue