#![feature(tool_lints)] #![deny(clippy::all)] fn core() {} fn main() { core(); }