ruff/crates/ruff_python_codegen/src
Alex Waygood 72adb09bf3
Simplify iteration idioms (#13834)
Remove unnecessary uses of `.as_ref()`, `.iter()`, `&**` and similar, mostly in situations when iterating over variables. Many of these changes are only possible following #13826, when we bumped our MSRV to 1.80: several useful implementations on `&Box<[T]>` were only stabilised in Rust 1.80. Some of these changes we could have done earlier, however.
2024-10-20 22:25:27 +01:00
..
generator.rs Simplify iteration idioms (#13834) 2024-10-20 22:25:27 +01:00
lib.rs Maintain synchronicity between the lexer and the parser (#11457) 2024-06-03 18:23:50 +05:30
stylist.rs Bump MSRV to Rust 1.80 (#13826) 2024-10-20 10:55:36 +02:00