mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-27 23:20:39 +00:00
4 lines
117 B
Rust
4 lines
117 B
Rust
#![warn(clippy::unreadable_literal)]
|
|
fn f2() -> impl Sized { && 3.14159265358979323846E }
|
|
//@no-rustfix
|
|
fn main() {}
|