polachok / pnetlink

netlink library for rust
43 stars 13 forks source link

Literal out of range errors from overflowing_literals lint #44

Closed ollie27 closed 5 years ago

ollie27 commented 5 years ago

In a future version of Rust the overflowing_literals lint will become deny by default. See rust-lang/rust#55632. When checking for breakage in crates uploaded to crates.io it was discovered that this crate will no longer compile thanks to this lint. The error produced is here.