mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-27 05:23:24 +00:00
Merge #2481
2481: Remove obsolete comment r=matklad a=matklad Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
This commit is contained in:
commit
d3702c02cd
1 changed files with 0 additions and 2 deletions
|
@ -11,8 +11,6 @@ use crate::ModuleDefId;
|
|||
pub struct PerNs {
|
||||
pub types: Option<ModuleDefId>,
|
||||
pub values: Option<ModuleDefId>,
|
||||
/// Since macros has different type, many methods simply ignore it.
|
||||
/// We can only use special method like `get_macros` to access it.
|
||||
pub macros: Option<MacroDefId>,
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue