Insert current implementation header

This commit is contained in:
Stefan Schindler 2017-07-05 21:16:58 +02:00
parent 84b880d55e
commit d5390573ba
2 changed files with 3 additions and 1 deletions

View File

@ -456,7 +456,7 @@ macro_rules! writeln {
///
/// # Panics
///
/// This will always [panic!](macro.panic.html).
/// This will always [panic!](macro.panic.html)
///
/// # Examples
///

View File

@ -24,6 +24,8 @@
/// The multi-argument form of this macro panics with a string and has the
/// `format!` syntax for building a string.
///
/// # Current implementation
///
/// If the main thread panics it will return with code `101`.
///
/// # Examples