jj/cli
Samuel Tardieu 2112584973 style: remove unneeded lifetimes from trait implementations
Clippy 1.83 (currently in beta) detects more cases of unneeded lifetimes,
namely in trait implementation declarations. Since this lint is warn by
default, we need to fix those instances to get a clean CI.
2024-10-17 13:35:06 +02:00
..
examples templater: pass diagnostics receiver around 2024-09-23 07:07:07 +09:00
src style: remove unneeded lifetimes from trait implementations 2024-10-17 13:35:06 +02:00
testing style: inline variables into format strings 2024-10-04 22:29:13 +02:00
tests templates: Timestamp: add after, before methods 2024-10-16 13:46:06 +08: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