ia0 / data-encoding

Efficient and customizable data-encoding functions in Rust
https://data-encoding.rs/
MIT License
177 stars 23 forks source link

Deny warnings in rustdoc #80

Closed ia0 closed 1 year ago

ia0 commented 1 year ago

We should build the documentation with warnings as errors:

RUSTDOCFLAGS=--deny=warnings cargo doc