mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 12:36:35 +03:00
Typo
This commit is contained in:
committed by
GitHub
parent
0a9b49c794
commit
5fbe485ecc
@@ -1827,7 +1827,7 @@ pub fn precision(&self) -> Option<usize> {
|
||||
/// }
|
||||
///
|
||||
/// assert_eq!(&format!("{:+}", Foo(23)), "Foo(+23)");
|
||||
/// assert_eq!(&format!("{:+}", Foo(-32)), "Foo(-23)");
|
||||
/// assert_eq!(&format!("{:+}", Foo(-23)), "Foo(-23)");
|
||||
/// assert_eq!(&format!("{}", Foo(23)), "Foo(23)");
|
||||
/// ```
|
||||
#[must_use]
|
||||
|
||||
Reference in New Issue
Block a user