Skip to content

Commit

Permalink
Rollup merge of rust-lang#55066 - iaz3:patch-1, r=sfackler
Browse files Browse the repository at this point in the history
Fix incorrect link in println! documentation

The eprintln! link was incorrectly linking to eprint! instead
  • Loading branch information
Manishearth authored Oct 15, 2018
2 parents 96ab4a8 + 1b355a8 commit 6993a05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/macros.rs
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ macro_rules! print {
///
/// [`format!`]: ../std/macro.format.html
/// [`std::fmt`]: ../std/fmt/index.html
/// [`eprintln!`]: ../std/macro.eprint.html
/// [`eprintln!`]: ../std/macro.eprintln.html
/// # Panics
///
/// Panics if writing to `io::stdout` fails.
Expand Down

0 comments on commit 6993a05

Please sign in to comment.