rust-embedded / svd2rust

Generate Rust register maps (`struct`s) from SVD files
Apache License 2.0
675 stars 147 forks source link

Look over usage of #[deny(...)] #763

Closed Emilgardis closed 7 months ago

Emilgardis commented 7 months ago

Should we use deny lints in the generated crates?

See discussion in https://github.com/rust-embedded/svd2rust/issues/760

burrbull commented 7 months ago

I think we could just add those checks in CI by cli (or new Cargo.toml feature). This lets us control quality of generated code without breaking changes.