mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-23 11:02:07 +03:00
e0cb4ced0a
`unnecessary_debug_formatting` suggests display() respected for MSRV but lacking of tests. This adds tests to check MSRV for OsStr. changelog: none