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.
write!
_
1 parent a788650 commit 3c8618fCopy full SHA for 3c8618f
library/core/src/macros/mod.rs
@@ -460,8 +460,8 @@ macro_rules! r#try {
460
/// import the traits qualified so their names do not conflict:
461
///
462
/// ```
463
-/// use std::fmt::Write as FmtWrite;
464
-/// use std::io::Write as IoWrite;
+/// use std::fmt::Write as _;
+/// use std::io::Write as _;
465
466
/// fn main() -> Result<(), Box<dyn std::error::Error>> {
467
/// let mut s = String::new();
0 commit comments