ignore erroneous example

This commit is contained in:
Hoàng Đức Hiếu 2018-05-03 08:17:21 +07:00
parent 8e4072cb4b
commit cabbe50c55

View file

@ -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;
}