about summary refs log tree commit diff
path: root/src/doc
diff options
context:
space:
mode:
Diffstat (limited to 'src/doc')
-rw-r--r--src/doc/rustc/src/lints/listing/deny-by-default.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc/src/lints/listing/deny-by-default.md b/src/doc/rustc/src/lints/listing/deny-by-default.md
index 4844141d474..ef76295f04d 100644
--- a/src/doc/rustc/src/lints/listing/deny-by-default.md
+++ b/src/doc/rustc/src/lints/listing/deny-by-default.md
@@ -245,7 +245,7 @@ error: invalid `crate_type` value
 This lint detects potentially-conflicting impls that were erroneously allowed. Some
 example code that triggers this lint:
 
-```rust
+```rust,ignore
 pub trait Trait1<X> {
     type Output;
 }