fix typo making maps public
This commit is contained in:
parent
7caf08447e
commit
c9f9bc2780
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue