rust/library/std
Michael Goulet da1ca5df6e
Rollup merge of #104298 - tbu-:pr_set_extension_caveats, r=m-ou-se
Add notes and examples about non-intuitive `PathBuf::set_extension` behavior

Basically, passing the empty string will actually remove the extension instead of setting it to the empty string. This might change what is considered to be an extension. Additionally, passing an extension that contains dots will make the path only consider the last part of it to be the new extension.
2023-01-02 15:39:16 -08:00
..
benches
primitive_docs
src Rollup merge of #104298 - tbu-:pr_set_extension_caveats, r=m-ou-se 2023-01-02 15:39:16 -08:00
tests Replace libstd, libcore, liballoc in docs. 2022-12-30 14:00:40 +01:00
build.rs Library changes for Apple WatchOS 2022-07-20 08:57:36 +01:00
Cargo.toml Bump compiler-builtins to 0.1.85 2022-12-08 15:34:46 +01:00