Add missing intra-doc link

This commit is contained in:
Camelid 2020-08-22 17:41:40 -07:00
parent 5d32786b4f
commit becf5ec4ea

View file

@ -72,6 +72,8 @@ macro_rules! print {
/// Use `println!` only for the primary output of your program. Use
/// [`eprintln!`] instead to print error and progress messages.
///
/// [`std::fmt`]: crate::fmt
///
/// # Panics
///
/// Panics if writing to `io::stdout` fails.