diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2013-12-22 22:33:39 -0800 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2013-12-23 09:10:37 -0800 |
| commit | f9b231cd0884fe90a730d637517c257a4f0c601a (patch) | |
| tree | e886da2ed2d5ca57025853fa1410149941ea179d /src/libstd/fmt | |
| parent | 316345610a4a34d0c9eda9eece521ebf3cee0fb9 (diff) | |
| download | rust-f9b231cd0884fe90a730d637517c257a4f0c601a.tar.gz rust-f9b231cd0884fe90a730d637517c257a4f0c601a.zip | |
Fixing more doc tests
Diffstat (limited to 'src/libstd/fmt')
| -rw-r--r-- | src/libstd/fmt/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/fmt/mod.rs b/src/libstd/fmt/mod.rs index e4d45fddacb..3bbf8031fff 100644 --- a/src/libstd/fmt/mod.rs +++ b/src/libstd/fmt/mod.rs @@ -222,7 +222,7 @@ fn main() { There are a number of related macros in the `format!` family. The ones that are currently implemented are: -```rust,notest +```rust,ignore format! // described above write! // first argument is a &mut io::Writer, the destination writeln! // same as write but appends a newline |
