Mark PERF403 as a preview rule (#7396)

This commit is contained in:
Charlie Marsh 2023-09-14 21:57:48 -04:00 committed by GitHub
parent 3112202a5b
commit 6163c99551
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -853,6 +853,7 @@ mod tests {
];
const PREVIEW_RULES: &[Rule] = &[
Rule::ManualDictComprehension,
Rule::TooManyPublicMethods,
Rule::SliceCopy,
Rule::UndocumentedWarn,