]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #81281 - a1phyr:inline_path, r=dtolnay
authorJonas Schievink <jonasschievink@gmail.com>
Sat, 23 Jan 2021 19:16:12 +0000 (20:16 +0100)
committerGitHub <noreply@github.com>
Sat, 23 Jan 2021 19:16:12 +0000 (20:16 +0100)
Inline methods of Path and OsString

These methods are not generic, and therefore aren't candidates for cross-crate inlining without an `#[inline]` attribute.


Trivial merge