- Remove unnecessary references and derefs
- Manual formatting
This commit is contained in:
Ryo Yoshida 2023-02-19 19:02:51 +09:00
parent a6603fc21d
commit 443801755c
No known key found for this signature in database
GPG key ID: E25698A930586171
4 changed files with 14 additions and 13 deletions

View file

@ -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)]