rust/compiler/rustc_lint
Felix S. Klock II afa2a67545 Prevent forbid from being ignored if overriden at the same level.
That is, this changes `#[forbid(foo)] #[allow(foo)]` from allowing foo to
forbidding foo.
2020-10-04 13:14:01 -04:00
..
src Prevent forbid from being ignored if overriden at the same level. 2020-10-04 13:14:01 -04:00
Cargo.toml