ptal / intervallum

Integer interval arithmetic library
Apache License 2.0
17 stars 7 forks source link

Clippy fixes #23

Closed waywardmonkeys closed 1 year ago

waywardmonkeys commented 1 year ago

This fixes clippy warnings (in the main library, not the tests) as well as removing some usages of extern crate that aren't needed with Rust 2018.