mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-08 10:03:41 -05:00
60e2561b15
* Add clippy for Rust * Update ARM test cases - fix arm good test case - update tap report * Lint github workflows release config
4 lines
56 B
Rust
4 lines
56 B
Rust
fn main() {
|
|
let x = 3.14;
|
|
let _y = 1_f64 / x;
|
|
}
|