about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstd')
-rw-r--r--src/libstd/macros.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libstd/macros.rs b/src/libstd/macros.rs
index f618ba45582..d5afd069d7f 100644
--- a/src/libstd/macros.rs
+++ b/src/libstd/macros.rs
@@ -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:
 ///