Skip to content

Commit

Permalink
Clarify behavior of dbg macro
Browse files Browse the repository at this point in the history
  • Loading branch information
benesch committed Mar 27, 2019
1 parent d339b89 commit 3e0db7c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/libstd/macros.rs
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,8 @@ macro_rules! eprintln {
})
}

/// Prints the value of a given expression for quick and dirty debugging.
/// Prints and returns the value of a given expression for quick and dirty
/// debugging.
///
/// An example:
///
Expand Down

0 comments on commit 3e0db7c

Please sign in to comment.