rp-rs / rp2040-pac

A Rust PAC for the RP2040 Microcontroller
142 stars 28 forks source link

build: add docs.rs metadata #70

Closed icedrocket closed 1 year ago

9names commented 1 year ago

Ah no, please reset or revert the last commit.

All the Rust files in a PAC are auto-generated, any edits would have to be code-generator or they will re-appear as soon as someone makes a change. This will probably be fixed by switching to the new version of svd2rust, but we have to do some SVD patching first.

If you don't mind, could you add -A clippy::explicit-auto-deref to our CI instead? https://github.com/rp-rs/rp2040-pac/blob/92f047d61fe9197fcb567127681b83e4efc6b444/.github/workflows/clippy.yml#L20