[breaking-change] don't glob export ast::BlockCheckMode variants
This commit is contained in:
parent
3b57d40fe5
commit
47b0784ba8
9 changed files with 24 additions and 27 deletions
|
@ -988,7 +988,7 @@ mod tests {
|
|||
span: sp(17,19)})),
|
||||
expr: None,
|
||||
id: ast::DUMMY_NODE_ID,
|
||||
rules: ast::DefaultBlock, // no idea
|
||||
rules: ast::BlockCheckMode::Default, // no idea
|
||||
span: sp(15,21),
|
||||
})),
|
||||
vis: ast::Inherited,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue