2
0
Fork 0
mirror of https://github.com/rust-lang/rust-clippy synced 2024-12-31 23:39:07 +00:00
rust-clippy/tests/ui/conf_path_non_string.rs

6 lines
75 B
Rust
Raw Normal View History

#![feature(attr_literals)]
2017-09-18 10:47:33 +00:00
#![plugin(clippy(conf_file=42))]
2017-02-08 13:58:07 +00:00
fn main() {}