mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-04 04:39:16 +00:00
aaa4325045
add configuration option for minimum supported rust version add msrv attribute to some lints listed in #6097 add tests
5 lines
88 B
Rust
5 lines
88 B
Rust
#![feature(custom_inner_attributes)]
|
|
#![clippy::msrv = "invalid.version"]
|
|
|
|
fn main() {}
|