blob: 4cfa0b266c8c72fb0eeeafe457f0a06483dffc79 [file] [log] [blame]
// compile-flags: --cap-lints warn
#![warn(unused)]
#![deny(warnings)]
// compile-pass
// skip-codegen
use std::option; //~ WARN
fn main() {}