remove field that need not be public
This commit is contained in:
parent
5001c92c3e
commit
ae9c049cfc
1 changed files with 1 additions and 1 deletions
|
@ -1005,7 +1005,7 @@ pub struct Resolver<'a> {
|
|||
//
|
||||
// There will be an anonymous module created around `g` with the ID of the
|
||||
// entry block for `f`.
|
||||
pub module_map: NodeMap<Module<'a>>,
|
||||
module_map: NodeMap<Module<'a>>,
|
||||
|
||||
// Whether or not to print error messages. Can be set to true
|
||||
// when getting additional info for error message suggestions,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue