jj/cli
Samuel Tardieu 62f582e6ab style: remove useless uses of .iter()
Most collection references implement `.into_iter()` or its mutable version,
so it is possible to iterate over the elements without using an explicit
method to do so.
2024-10-04 22:29:13 +02:00
..
examples templater: pass diagnostics receiver around 2024-09-23 07:07:07 +09:00
src style: remove useless uses of .iter() 2024-10-04 22:29:13 +02:00
testing
tests cli: add pointer to the documentation in case of fileset syntax error 2024-10-04 17:09:43 +02:00
build.rs style: do not return a Result when this is not needed 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