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 4844141d4745..ef76295f04d5 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 { type Output; }