mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 08:13:41 +00:00
Remove obsolete comment
This commit is contained in:
parent
217a6fa4a3
commit
518b5bf927
@ -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 New Issue
Block a user