diff options
| author | Mara Bos <m-ou.se@m-ou.se> | 2023-04-27 16:42:17 +0200 |
|---|---|---|
| committer | Mara Bos <m-ou.se@m-ou.se> | 2023-04-27 16:42:17 +0200 |
| commit | 52ff751aa4094c808a39d8e4cd9e5f0d1ea7974a (patch) | |
| tree | 285fcb0420e08fb58e3c01b97e7fc818775cf658 | |
| parent | 7bae143cfbcf590bd4564161556824b539cad0d7 (diff) | |
| download | rust-52ff751aa4094c808a39d8e4cd9e5f0d1ea7974a.tar.gz rust-52ff751aa4094c808a39d8e4cd9e5f0d1ea7974a.zip | |
pub -> pub(super).
| -rw-r--r-- | library/core/src/fmt/rt.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/core/src/fmt/rt.rs b/library/core/src/fmt/rt.rs index 8498f5f5a7c..0596f6c30ce 100644 --- a/library/core/src/fmt/rt.rs +++ b/library/core/src/fmt/rt.rs @@ -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, |
