rust/src/test/run-pass/lint-cap.rs
2018-12-25 21:08:33 -07:00

9 lines
89 B
Rust

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