Fixed copy+paste error in comment
Co-authored-by: Mara Bos <m-ou.se@m-ou.se>
This commit is contained in:
parent
ecdf48e2b1
commit
a5a6d40791
1 changed files with 1 additions and 1 deletions
|
@ -277,7 +277,7 @@ pub enum Sign {
|
|||
pub enum DebugAsHex {
|
||||
/// Use lower-case hexadecimal integers for the `Debug` trait (like [the `x?` type](../../std/fmt/index.html#formatting-traits)).
|
||||
Lower,
|
||||
/// 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)).
|
||||
Upper,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue