We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2b56fb commit 9ad64e4Copy full SHA for 9ad64e4
src/libstd/path.rs
@@ -1057,7 +1057,6 @@ impl PathBuf {
1057
self._push(path.as_ref())
1058
}
1059
1060
- #[allow(deprecated)]
1061
fn _push(&mut self, path: &Path) {
1062
// in general, a separator is needed if the rightmost byte is not a separator
1063
let mut need_sep = self.as_mut_vec().last().map(|c| !is_sep_byte(*c)).unwrap_or(false);
0 commit comments