fix typo making maps public

This commit is contained in:
Niko Matsakis 2017-05-15 21:23:51 -04:00
parent 7caf08447e
commit c9f9bc2780

View file

@ -592,7 +592,7 @@ macro_rules! define_map_struct {
output: $output:tt) => {
define_map_struct! {
tcx: $tcx,
ready: ([pub] $attrs $name),
ready: ([] $attrs $name),
input: ($($input)*),
output: $output
}