mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-30 02:33:55 +00:00
9 lines
73 B
Rust
9 lines
73 B
Rust
|
|
|
|
#![deny(clippy)]
|
|
#![allow(unused_imports)]
|
|
|
|
use std::*;
|
|
|
|
fn main() { }
|