mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 04:56:25 +03:00
ffdd3b16dc
Path::with_extension: show that it adds an extension where one did no… …t exist I think the times I encountered this, I had to check first if files without extensions were added, since all examples only had files with existing extensions. Also, this replaced example already has a similar example below.