mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 13:25:09 +00:00
No block at the moment
This commit is contained in:
parent
032eb3d68e
commit
088f50c0ab
5 changed files with 3 additions and 14 deletions
|
@ -257,7 +257,7 @@ impl Module {
|
|||
InFile { file_id: src.file_id, value: module.clone() },
|
||||
);
|
||||
}
|
||||
ModuleSource::SourceFile(_) | ModuleSource::Block(_) => (),
|
||||
ModuleSource::SourceFile(_) => (),
|
||||
};
|
||||
|
||||
let original_file = src.file_id.original_file(db);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue