mozilla / mp4parse-rust

Parser for ISO Base Media Format aka video/mp4 written in Rust.
Mozilla Public License 2.0
404 stars 62 forks source link

Fix `clippy::legacy_numeric_constants` lint on nightly #419

Closed baumanj closed 4 months ago

baumanj commented 5 months ago

See https://rust-lang.github.io/rust-clippy/master/index.html#/legacy_numeric_constants

Hopefully this fixes https://github.com/mozilla/mp4parse-rust/actions/runs/8598206617/job/23558557224 I couldn't reproduce it locally, but the fix didn't seem to break either stable or nightly locally either, so I figure if this passes CI, it should fix the issue.

kinetiknz commented 4 months ago

Thanks Jon!