mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-01 15:50:05 +03:00
44c668cfca
Inline methods of Path and OsString These methods are not generic, and therefore aren't candidates for cross-crate inlining without an `#[inline]` attribute.