google / cargo-raze

Generate Bazel BUILD from Cargo dependencies!
Apache License 2.0
480 stars 104 forks source link

Fix clippy errors at stable (1.63.0) #528

Closed dfreese closed 2 years ago

dfreese commented 2 years ago

A couple of string copies can be avoided by using as_ref() instead.