Skip to content

Commit

Permalink
fix test failures in documentation change
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyGauge authored Aug 29, 2017
1 parent b9b6549 commit 84c5441
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/libstd/macros.rs
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ macro_rules! println {
/// # Examples
///
/// ```
/// eprint("Error: Could not complete task");
/// eprint!("Error: Could not complete task");
/// ```
#[macro_export]
#[stable(feature = "eprint", since = "1.19.0")]
Expand Down Expand Up @@ -222,7 +222,7 @@ macro_rules! eprint {
/// # Examples
///
/// ```
/// eprint("Error: Could not complete task");
/// eprintln!("Error: Could not complete task");
/// ```
#[macro_export]
#[stable(feature = "eprint", since = "1.19.0")]
Expand Down

0 comments on commit 84c5441

Please sign in to comment.