solokeys / solo2-cli

Solo 2 library and CLI in Rust
https://docs.rs/solo2
Apache License 2.0
173 stars 31 forks source link

Fix missing fmt argument in error message #5

Closed dtolnay closed 2 years ago

dtolnay commented 2 years ago

Without this, the error message would literally be "path {} too long (128 byte limit)" with curly braces in it instead of the path.

nickray commented 2 years ago

Thanks!