TimonPost / cargo-unused-features

Find potential unused enabled feature flags and prune them.
MIT License
230 stars 10 forks source link

run analyze suddenly deletes the section [lints.clippy] #20

Open fox0 opened 7 months ago

fox0 commented 7 months ago

Provide the following information

[lints.rust] unsafe_code = "warn"

[lints.clippy] useless_attribute = "allow" pedantic = "warn"

[dependencies] rand = "0.8"