1
Fork 0

pub -> pub(super).

This commit is contained in:
Mara Bos 2023-04-27 16:42:17 +02:00
parent 7bae143cfb
commit 52ff751aa4

View file

@ -54,7 +54,7 @@ pub enum Count {
// This needs to match the order of flags in compiler/rustc_ast_lowering/src/format.rs.
#[derive(Copy, Clone)]
pub enum Flag {
pub(super) enum Flag {
SignPlus,
SignMinus,
Alternate,