You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.
But if I have warn on the crate level I still don't want to get warnings from generated code. This is exactly my case. I have some [warn]/[deny] in main.rs and I get warnings that I cannot fix because you are not allowed to manually edit generated files: all changes will be lost anyway in the next regeneration.
doesn't it?
I'm not sure, because I've copied it from somewhere on the urlo, and they write all these categories explicitely.
I think it worth adding
#![allow(clippy::all, clippy::restriction, clippy::pedantic, clippy::nursery, clippy::cargo)]
to the existing
#![allow(dead_code, unused_imports)]
disabled warnings.The text was updated successfully, but these errors were encountered: