-
Notifications
You must be signed in to change notification settings - Fork 12.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Identical test files #11496
Comments
The last two are intentionally there. |
Is this documented? |
|
Merged
Sawyer47
added a commit
to Sawyer47/rust
that referenced
this issue
Jun 23, 2014
Even if they used to test different things in the past, they are now identical to other files. Closes rust-lang#11496
bors
added a commit
that referenced
this issue
Jun 23, 2014
Even if they used to test different things in the past, they are now identical to other files. Closes #11496
flip1995
pushed a commit
to flip1995/rust
that referenced
this issue
Oct 21, 2023
add lint for struct field names changelog: [`struct_field_names`]: lint structs with the same pre/postfix in all fields or with fields that are pre/postfixed with the name of the struct. fixes rust-lang#2555 I've followed general structure and naming from the code in [enum_variants](https://github.com/rust-lang/rust-clippy/blob/b788addfcc955368b9771b77d312c248fab60253/clippy_lints/src/enum_variants.rs) lint, which implements the same logic for enum variants.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The following test files are identical nowadays:
Can one of them go?
The text was updated successfully, but these errors were encountered: