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

avoid running cargo fmt on travis (fixes #46) #47

Closed droundy closed 6 years ago

droundy commented 6 years ago

I just removed the calls to cargo fmt.

paholg commented 6 years ago

It looks like #44 already included this change; I'm surprised GitHub will even allow this to be merged.

Feel free to re-open if I am mistaken.