typst / ecow

Compact, clone-on-write vector and string.
Apache License 2.0
208 stars 16 forks source link

fix(clippy): Ran `cargo clippy --fix` #1

Closed jalil-salame closed 1 year ago

jalil-salame commented 1 year ago

It removed some unnecessary references and changed a str comparison to a char comparison, it also removed a clone in a test case, but I kept it because it seemed intentional.

laurmaedje commented 1 year ago

Thanks!