abrisco / cargo-bazel

A Bazel repository rule for generating Rust dependencies with Cargo.
https://abrisco.github.io/cargo-bazel/
MIT License
4 stars 1 forks source link

Replace ToString with Display #127

Closed abrisco closed 2 years ago

abrisco commented 2 years ago

ToString should probably never be implemented directly, instead, implementing Display gets you that and more for free.