We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bae143 commit 52ff751Copy full SHA for 52ff751
library/core/src/fmt/rt.rs
@@ -54,7 +54,7 @@ pub enum Count {
54
55
// This needs to match the order of flags in compiler/rustc_ast_lowering/src/format.rs.
56
#[derive(Copy, Clone)]
57
-pub enum Flag {
+pub(super) enum Flag {
58
SignPlus,
59
SignMinus,
60
Alternate,
0 commit comments