File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ macro_rules! print {
76
76
///
77
77
/// # Panics
78
78
///
79
- /// Panics if writing to `io::stdout` fails.
79
+ /// Panics if writing to [ `io::stdout`] fails.
80
80
///
81
81
/// [`io::stdout`]: crate::io::stdout
82
82
///
@@ -100,7 +100,7 @@ macro_rules! println {
100
100
/// Prints to the standard error.
101
101
///
102
102
/// Equivalent to the [`print!`] macro, except that output goes to
103
- /// [`io::stderr`] instead of `io::stdout`. See [`print!`] for
103
+ /// [`io::stderr`] instead of [ `io::stdout`] . See [`print!`] for
104
104
/// example usage.
105
105
///
106
106
/// Use `eprint!` only for error and progress messages. Use `print!`
@@ -128,7 +128,7 @@ macro_rules! eprint {
128
128
/// Prints to the standard error, with a newline.
129
129
///
130
130
/// Equivalent to the [`println!`] macro, except that output goes to
131
- /// [`io::stderr`] instead of `io::stdout`. See [`println!`] for
131
+ /// [`io::stderr`] instead of [ `io::stdout`] . See [`println!`] for
132
132
/// example usage.
133
133
///
134
134
/// Use `eprintln!` only for error and progress messages. Use `println!`
You can’t perform that action at this time.
0 commit comments