openrr / urdf-rs

URDF parser for Rust
Apache License 2.0
30 stars 11 forks source link

Format with rustfmt #8

Closed taiki-e closed 3 years ago

taiki-e commented 3 years ago

$ cargo fmt error: 'cargo-fmt' is not installed for the toolchain 'stable-x86_64-unknown-linux-gnu' To install, run rustup component add rustfmt

https://travis-ci.org/github/openrr/urdf-rs/jobs/756376813

Hm, I need to install rustup first.