38d4ac7cea
Discussion previously happened in https://github.com/rust-lang/rust/pull/43498
7 lines
75 B
Rust
7 lines
75 B
Rust
#![deny(clippy::all)]
|
|
#![allow(unused_imports)]
|
|
|
|
use std::*;
|
|
|
|
fn main() {}
|