mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-15 01:17:16 +00:00
8 lines
73 B
Rust
8 lines
73 B
Rust
|
|
|
|
#![deny(clippy)]
|
|
#![allow(unused_imports)]
|
|
|
|
use std::*;
|
|
|
|
fn main() { }
|