memorysafety / rav1d

An AV1 decoder in Rust.
BSD 2-Clause "Simplified" License
346 stars 22 forks source link

Run `clippy` in CI #1343

Open kkysen opened 2 months ago

kkysen commented 2 months ago

Now that we lint against #![deny(clippy::undocumented_unsafe_blocks)] and #![deny(clippy::missing_safety_doc)]:

, we should run cargo clippy in CI to ensure that this is maintained.