We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30e5eee commit 44cea60Copy full SHA for 44cea60
core/src/fmt/mod.rs
@@ -277,7 +277,7 @@ pub enum Sign {
277
pub enum DebugAsHex {
278
/// Use lower-case hexadecimal integers for the `Debug` trait (like [the `x?` type](../../std/fmt/index.html#formatting-traits)).
279
Lower,
280
- /// Use upper-case hexadecimal integers for the `Debug` trait (like [the `x?` type](../../std/fmt/index.html#formatting-traits)).
+ /// Use upper-case hexadecimal integers for the `Debug` trait (like [the `X?` type](../../std/fmt/index.html#formatting-traits)).
281
Upper,
282
}
283
0 commit comments