Clarify behavior of dbg macro

This commit is contained in:
Nikhil Benesch 2019-03-27 11:22:55 -04:00
parent d339b89644
commit 3e0db7cecd
No known key found for this signature in database
GPG key ID: F7386C5DEADABA7F

View file

@ -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:
///