rust/src/test/ui/lint-cap.rs
2019-07-27 18:56:16 +03:00

9 lines
100 B
Rust

// run-pass
// compile-flags: --cap-lints allow
#![deny(warnings)]
use std::option;
fn main() {}