Skip to content

Commit 3e0db7c

Browse files
committed
Clarify behavior of dbg macro
1 parent d339b89 commit 3e0db7c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/libstd/macros.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,8 @@ macro_rules! eprintln {
210210
})
211211
}
212212

213-
/// Prints the value of a given expression for quick and dirty debugging.
213+
/// Prints and returns the value of a given expression for quick and dirty
214+
/// debugging.
214215
///
215216
/// An example:
216217
///

0 commit comments

Comments
 (0)