mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 21:05:02 +00:00
Remove unused dead code
This commit is contained in:
parent
4c9933c016
commit
b9100d769a
1 changed files with 0 additions and 1 deletions
|
@ -218,7 +218,6 @@ impl ModuleTree {
|
||||||
#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash)]
|
#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash)]
|
||||||
pub(crate) enum ModuleSource {
|
pub(crate) enum ModuleSource {
|
||||||
SourceFile(FileId),
|
SourceFile(FileId),
|
||||||
#[allow(dead_code)]
|
|
||||||
Module(SyntaxPtr),
|
Module(SyntaxPtr),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue