#![feature(tool_lints)] #![deny(clippy::all)] #![allow(unused_imports)] use std::*; fn main() { }