mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-27 15:11:30 +00:00
a586f52a0f
This should give us more UI coverage for free. It also removes the `run-pass` suite, so we now only have the `ui` suite.
6 lines
75 B
Rust
6 lines
75 B
Rust
#![deny(clippy::all)]
|
|
#![allow(unused_imports)]
|
|
|
|
use std::*;
|
|
|
|
fn main() {}
|