Skip to content

Commit 52ff751

Browse files
committed
pub -> pub(super).
1 parent 7bae143 commit 52ff751

File tree

1 file changed

+1
-1
lines changed
  • library/core/src/fmt

1 file changed

+1
-1
lines changed

library/core/src/fmt/rt.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ pub enum Count {
5454

5555
// This needs to match the order of flags in compiler/rustc_ast_lowering/src/format.rs.
5656
#[derive(Copy, Clone)]
57-
pub enum Flag {
57+
pub(super) enum Flag {
5858
SignPlus,
5959
SignMinus,
6060
Alternate,

0 commit comments

Comments
 (0)