fix typo making maps public

This commit is contained in:
Niko Matsakis
2017-05-15 21:23:51 -04:00
parent 7caf08447e
commit c9f9bc2780
+1 -1
View File
@@ -592,7 +592,7 @@ pub struct Maps<$tcx> {
output: $output:tt) => {
define_map_struct! {
tcx: $tcx,
ready: ([pub] $attrs $name),
ready: ([] $attrs $name),
input: ($($input)*),
output: $output
}