We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48e3c96 commit 42bc071Copy full SHA for 42bc071
src/test/rustdoc/issue-32556.rs
@@ -1,4 +1,4 @@
1
-// Copyright 2016 The Rust Project Developers. See the COPYRIGHT
+// Copyright 2018 The Rust Project Developers. See the COPYRIGHT
2
// file at the top-level directory of this distribution and at
3
// http://rust-lang.org/COPYRIGHT.
4
//
@@ -9,7 +9,7 @@
9
// except according to those terms.
10
11
/// Blah blah blah
12
-/// ``` ignore
+/// ```ignore
13
/// bad_assert!();
14
/// ```
15
pub fn foo() {}
0 commit comments