paholg / dimensioned

Compile-time dimensional analysis for various unit systems using Rust's type system.
https://crates.io/crates/dimensioned
MIT License
300 stars 23 forks source link

Re-add rustfmt and clippy to TravisCI build #48

Closed paholg closed 6 years ago

paholg commented 6 years ago

Clippy was removed in #39 as it kept breaking things, but it can now be installed with rustup, so that is hopefully no longer an issue.

Rustfmt was removed in #44 due to #46, but hopefully we can get it working again.

paholg commented 6 years ago

closed by #53