Skip to content

Commit

Permalink
ignore erroneous example
Browse files Browse the repository at this point in the history
  • Loading branch information
hdhoang committed May 3, 2018
1 parent 8e4072c commit cabbe50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/rustc/src/lints/listing/deny-by-default.md
Expand Up @@ -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;
}
Expand Down

0 comments on commit cabbe50

Please sign in to comment.