Skip to content

Commit 6993a05

Browse files
authored
Rollup merge of rust-lang#55066 - iaz3:patch-1, r=sfackler
Fix incorrect link in println! documentation The eprintln! link was incorrectly linking to eprint! instead
2 parents 96ab4a8 + 1b355a8 commit 6993a05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/macros.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ macro_rules! print {
139139
///
140140
/// [`format!`]: ../std/macro.format.html
141141
/// [`std::fmt`]: ../std/fmt/index.html
142-
/// [`eprintln!`]: ../std/macro.eprint.html
142+
/// [`eprintln!`]: ../std/macro.eprintln.html
143143
/// # Panics
144144
///
145145
/// Panics if writing to `io::stdout` fails.

0 commit comments

Comments
 (0)