You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a crate with MSRV 1.76.0 which is triggering unnecessary_debug_formatting when using debug formatting on a Path and OsStr. This lint should not fire since the display methods were not stabilized until Rust 1.87.0.