]> git.lizzy.rs Git - rust.git/commit - src/tools/rust-analyzer
Rollup merge of #92775 - xfix:osstringext-inline, r=m-ou-se
authorMatthias Krüger <matthias.krueger@famsik.de>
Sat, 15 Jan 2022 10:28:23 +0000 (11:28 +0100)
committerGitHub <noreply@github.com>
Sat, 15 Jan 2022 10:28:23 +0000 (11:28 +0100)
commit1b241bb70365b06ccb6e0bc98fceb5cf76761d7b
tree97915b323c6e25593e52a98f422616513e3e4dbe
parentff1db43b5041c91cdb781f4e93c64c46c9d46451
parent7e6d97bc39b1a4169db9f139c24abaac8f94048e
Rollup merge of #92775 - xfix:osstringext-inline, r=m-ou-se

Inline std::os::unix::ffi::OsStringExt methods

Those methods essentially do nothing at assembly level. On Unix systems, `OsString` is represented as a `Vec` without performing any transformations.