buntine / barcoders

A barcode encoding library for the Rust programming language
Apache License 2.0
164 stars 24 forks source link

Remove unneeded calls to to_owned(). #11

Closed jrmuizel closed 6 years ago

jrmuizel commented 6 years ago

All of these places are happy with the resulting AsRef.

buntine commented 6 years ago

Thanks!