this post was submitted on 05 Mar 2026
9 points (90.9% liked)
Linux Furs
762 readers
2 users here now
A place for all Furries who use (or are interested in) Linux-based OS's to come, hang out, ask questions, and enjoy!
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
You can disable specific warnings as a project setting, not just with rustc/cargo but with every build toolchain I've used in the last ~10 years. It's very common for me to find a project with at least one specific warning disabled. That really isn't a "trust me bro" -- people can look at the project, see which warnings are disabled, and decide for themselves if that is reasonable.
You CAN disable it as a project setting, but then you have to put that in as boilerplate in every single project you write for the rest of time, while the "just conform" people don't.