issues
search
shuttle-hq
/
synth
The Declarative Data Generator
https://www.getsynth.com/
Apache License 2.0
1.39k
stars
109
forks
source link
fix: warnings from new clippy lints (relating to `#[must_use]`)
#266
Closed
bmoxb
closed
2 years ago
bmoxb
commented
2 years ago
Fixes some clippy warnings:
https://rust-lang.github.io/rust-clippy/master/index.html#return_self_not_must_use
https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_to_owned
Fixes some clippy warnings: