rust-clippy/tests/ui/from_str_radix_10.rs

6 lines
78 B
Rust
Raw Normal View History

2021-02-10 19:47:04 +00:00
#![warn(clippy::from_str_radix_10)]
fn main() {
// test code goes here
}