mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-27 13:33:31 +00:00
Reduce visibility
This commit is contained in:
parent
c6f05abfbb
commit
ebe1c17ac2
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ pub(crate) struct Declarations {
|
|||
|
||||
#[derive(Debug, Default, PartialEq, Eq, Clone)]
|
||||
pub struct ModuleScope {
|
||||
pub items: FxHashMap<Name, Resolution>,
|
||||
items: FxHashMap<Name, Resolution>,
|
||||
/// Macros visable in current module in legacy textual scope
|
||||
///
|
||||
/// For macros invoked by an unquatified identifier like `bar!()`, `legacy_macros` will be searched in first.
|
||||
|
|
Loading…
Reference in a new issue