remove field that need not be public

This commit is contained in:
Niko Matsakis 2016-07-27 14:43:06 -04:00
parent 5001c92c3e
commit ae9c049cfc

View File

@ -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,