diff options
| author | Phlosioneer <mattmdrr2@gmail.com> | 2018-03-31 16:08:58 -0400 |
|---|---|---|
| committer | Phlosioneer <mattmdrr2@gmail.com> | 2018-03-31 16:08:58 -0400 |
| commit | 42bc0712f127906bca9063a6659c18aea2ddd9da (patch) | |
| tree | 5bab24b1e02c32ac14592352c12145b03302b9de /src | |
| parent | 48e3c961eb9d659217416490b02a7417f338c3fa (diff) | |
Remove whitespace
Diffstat (limited to 'src')
| -rw-r--r-- | src/test/rustdoc/issue-32556.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/rustdoc/issue-32556.rs b/src/test/rustdoc/issue-32556.rs index f08a548efe2..c08c2d6e162 100644 --- a/src/test/rustdoc/issue-32556.rs +++ b/src/test/rustdoc/issue-32556.rs @@ -1,4 +1,4 @@ -// Copyright 2016 The Rust Project Developers. See the COPYRIGHT +// Copyright 2018 The Rust Project Developers. See the COPYRIGHT // file at the top-level directory of this distribution and at // http://rust-lang.org/COPYRIGHT. // @@ -9,7 +9,7 @@ // except according to those terms. /// Blah blah blah -/// ``` ignore +/// ```ignore /// bad_assert!(); /// ``` pub fn foo() {} |
