rust-unic
rust-unic copied to clipboard
Clippy fixes and changing refs to Copy
Updated clippy allows from cfg_attr
to proc-macro style.
Fixed #241 + more - Changed a few impl
s to take self
instead of &self
, when they are Copy
types.
cargo clippy
should run without any warnings now.
bors: r+