pub -> pub(super).
This commit is contained in:
parent
7bae143cfb
commit
52ff751aa4
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ pub enum Count {
|
||||||
|
|
||||||
// This needs to match the order of flags in compiler/rustc_ast_lowering/src/format.rs.
|
// This needs to match the order of flags in compiler/rustc_ast_lowering/src/format.rs.
|
||||||
#[derive(Copy, Clone)]
|
#[derive(Copy, Clone)]
|
||||||
pub enum Flag {
|
pub(super) enum Flag {
|
||||||
SignPlus,
|
SignPlus,
|
||||||
SignMinus,
|
SignMinus,
|
||||||
Alternate,
|
Alternate,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue