Remove inline rust_2018_idioms, unused_lifetimes lint warn, Cargo.toml already enforces this

This commit is contained in:
Lukas Wirth 2024-06-30 15:23:54 +02:00
parent e92646962a
commit 21a3d01875
35 changed files with 3 additions and 58 deletions

View file

@ -1,6 +1,6 @@
//! Exports a few trivial procedural macros for testing.
#![warn(rust_2018_idioms, unused_lifetimes)]
#![feature(proc_macro_span, proc_macro_def_site)]
#![allow(clippy::all)]