jj/cli
Samuel Tardieu 12f4d6d17b style: avoid using .to_owned()/.to_vec() on owned objects
`.clone()` is more explicit when we already have an object
of the right type.
2024-10-04 22:29:13 +02:00
..
examples templater: pass diagnostics receiver around 2024-09-23 07:07:07 +09:00
src style: avoid using .to_owned()/.to_vec() on owned objects 2024-10-04 22:29:13 +02:00
testing style: inline variables into format strings 2024-10-04 22:29:13 +02:00
tests style: avoid using .to_owned()/.to_vec() on owned objects 2024-10-04 22:29:13 +02:00
build.rs style: inline variables into format strings 2024-10-04 22:29:13 +02:00
Cargo.toml cargo: inherit lints configuration from workspace 2024-10-04 22:29:13 +02:00
LICENSE cargo: add LICENSE file to each crate we publish 2023-09-22 21:48:28 -07:00