[Ruff 0.5] Stabilise manual-dict-comprehension (PERF403) (#12045)

This commit is contained in:
Alex Waygood 2024-06-26 13:01:40 +01:00 committed by Micha Reiser
parent 8cc96d7868
commit c7b2f2b788
2 changed files with 1 additions and 2 deletions

View file

@ -1486,7 +1486,6 @@ mod tests {
const PREVIEW_RULES: &[Rule] = &[
Rule::IsinstanceTypeNone,
Rule::IfExprMinMax,
Rule::ManualDictComprehension,
Rule::ReimplementedStarmap,
Rule::SliceCopy,
Rule::TooManyPublicMethods,