]> git.lizzy.rs Git - rust.git/commitdiff
remove field that need not be public
authorNiko Matsakis <niko@alum.mit.edu>
Wed, 27 Jul 2016 18:43:06 +0000 (14:43 -0400)
committerNiko Matsakis <niko@alum.mit.edu>
Wed, 10 Aug 2016 00:28:46 +0000 (20:28 -0400)
src/librustc_resolve/lib.rs

index 9f1f07004f4aecc9978fefb658e20a85a3b3fbbf..860e569ba7e5e3dc6ed477f30d53d607cd902931 100644 (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,