-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Add MSRV test for unnecessary_debug_formatting
with OsStr
#15001
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
Add MSRV test for unnecessary_debug_formatting
with OsStr
#15001
Conversation
hey folks, can we get this merged? |
The lint was working correctly in the first place. Can you keep just the test on |
b2d176f
to
424bdc9
Compare
Thank you for the information. I removed the test on |
The rest of the changes are also unnecessary. The lint was already correctly checking the required MSRV in |
☔ The latest upstream changes (possibly 6064822) made this pull request unmergeable. Please resolve the merge conflicts. |
`unnecessary_debug_formatting` suggests display() respected for MSRV but lacking of tests. This adds tests to check MSRV for OsStr. changelog: none
424bdc9
to
e0cb4ce
Compare
unnecessary_debug_formatting
respect MSRVunnecessary_debug_formatting
updated |
unnecessary_debug_formatting
unnecessary_debug_formatting
with OsStr
Merging as the change is |
unnecessary_debug_formatting
suggests display() respected forMSRV but lacking of tests. This adds tests to check MSRV for OsStr.
changelog: none