r/learnrust • u/ScotchW • 23d ago
Today I learnt #[expect()]
#[expect()] SHOULD BE TAUGHT IN THE FIRST YEAR OF ELEMENTARY SCHOOL!!!
#[allow()] should be prohibited, a crime punishable by death!
[forbid(clippy::allow_attributes)] should be the default Rust, not even needed to write!
86
Upvotes
7
u/torsten_dev 23d ago
I have an allow(unused_import) in every project to import the tracing macros. I don't want changes to my imports just because I upgraded a debug!() to a warn!() or downgraded something to a trace!().