diff options
| author | bors <bors@rust-lang.org> | 2015-09-25 21:52:52 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2015-09-25 21:52:52 +0000 |
| commit | 69f27c856b3e18e54b9a48412a918c91fe8b08e7 (patch) | |
| tree | 543f2d96e0abcde4cfc7fa985ef021b9c6ab9af7 /src/libstd | |
| parent | e7a73881e916d08c3edd97369c127e451b4717c8 (diff) | |
| parent | f4dc6c785c243b7de47d2e40caafe401f7b28aad (diff) | |
| download | rust-69f27c856b3e18e54b9a48412a918c91fe8b08e7.tar.gz rust-69f27c856b3e18e54b9a48412a918c91fe8b08e7.zip | |
Auto merge of #28665 - steveklabnik:rollup, r=steveklabnik
- Successful merges: #28319, #28588, #28637, #28652, #28654, #28655 - Failed merges: #28621
Diffstat (limited to 'src/libstd')
| -rw-r--r-- | src/libstd/macros.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/macros.rs b/src/libstd/macros.rs index a07d21add8d..a88ddb997f6 100644 --- a/src/libstd/macros.rs +++ b/src/libstd/macros.rs @@ -98,7 +98,7 @@ macro_rules! print { ($($arg:tt)*) => ($crate::io::_print(format_args!($($arg)*))); } -/// Macro for printing to the standard output. +/// Macro for printing to the standard output, with a newline. /// /// Use the `format!` syntax to write data to the standard output. /// See `std::fmt` for more information. |
