We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a324b8 commit 8d470b5Copy full SHA for 8d470b5
src/libstd/io/mod.rs
@@ -1450,7 +1450,7 @@ pub trait Write {
1450
///
1451
/// This method is primarily used to interface with the
1452
/// [`format_args!()`] macro, but it is rare that this should
1453
- /// explicitly be called. The [`write!()`][write] macro should be favored to
+ /// explicitly be called. The [`write!()`] macro should be favored to
1454
/// invoke this method instead.
1455
1456
/// This function internally uses the [`write_all`][writeall] method on
0 commit comments