mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 12:54:58 +00:00
Refactor
- Remove unnecessary references and derefs - Manual formatting
This commit is contained in:
parent
a6603fc21d
commit
443801755c
4 changed files with 14 additions and 13 deletions
|
@ -128,7 +128,7 @@ impl ModuleId {
|
|||
}
|
||||
}
|
||||
|
||||
/// An ID of a module, **local** to a specific crate
|
||||
/// An ID of a module, **local** to a `DefMap`.
|
||||
pub type LocalModuleId = Idx<nameres::ModuleData>;
|
||||
|
||||
#[derive(Debug)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue