Open virtualritz opened 2 years ago
I added a --quote-title flag since I and some other crate authors like to have their crate title as
--quote-title
foo
rather than
This includes a test for this feature.
While on it I also:
cargo fix --edition
Vec::split_off()
Vec::truncate()
cargo fmt
clap 3.0
I added a
--quote-title
flag since I and some other crate authors like to have their crate title asfoo
rather than
foo
This includes a test for this feature.
While on it I also:
cargo fix --edition
twice to change the code from Rust 2015 to Rust 2018 to Rust 2021.Vec::split_off()
withVec::truncate()
.cargo fmt
.clap 3.0
would have)