Skip to content

Commit ae9c049

Browse files
committed
remove field that need not be public
1 parent 5001c92 commit ae9c049

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_resolve/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1005,7 +1005,7 @@ pub struct Resolver<'a> {
10051005
//
10061006
// There will be an anonymous module created around `g` with the ID of the
10071007
// entry block for `f`.
1008-
pub module_map: NodeMap<Module<'a>>,
1008+
module_map: NodeMap<Module<'a>>,
10091009

10101010
// Whether or not to print error messages. Can be set to true
10111011
// when getting additional info for error message suggestions,

0 commit comments

Comments
 (0)