rust-embedded / embedded-hal

A Hardware Abstraction Layer (HAL) for embedded systems
Apache License 2.0
2.01k stars 202 forks source link

Change missing_docs from deny to warn. #391

Closed Dirbaio closed 2 years ago

Dirbaio commented 2 years ago

It is annoying to get hard errors while developing, it prevents testing things out without documenting them because it fails the build.

This changes it to warn, which has the same effect in CI (because it already has RUSTFLAGS: '--deny warnings'), but still allows buildilng.

rust-highfive commented 2 years ago

r? @eldruin

(rust-highfive has picked a reviewer for you, use r? to override)

bors[bot] commented 2 years ago

Build succeeded: