Skip to content

Commit cabbe50

Browse files
committed
ignore erroneous example
1 parent 8e4072c commit cabbe50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/rustc/src/lints/listing/deny-by-default.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ error: invalid `crate_type` value
245245
This lint detects potentially-conflicting impls that were erroneously allowed. Some
246246
example code that triggers this lint:
247247

248-
```rust
248+
```rust,ignore
249249
pub trait Trait1<X> {
250250
type Output;
251251
}

0 commit comments

Comments
 (0)