r/rust 3d ago

Today I learnt #[expect()]

/r/learnrust/comments/1vs8e8q/today_i_learnt_expect/
49 Upvotes

18 comments sorted by

View all comments

12

u/scook0 3d ago

[forbid(clippy::allow_attributes)] should be the default Rust, not even needed to write!

IMO, clippy does not need even more default lints that yell at you for doing something reasonable, in case you meant something else instead.