X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=src%2Flibstd%2Fio%2Fprelude.rs;h=8772d0f5b099bef112772371d9cb0dd0f3f28353;hb=9cc50fc6f5a9de25b3f33673e9f1b960df866413;hp=f588ec60589e915d1332d970221d205574725b16;hpb=92a42be040f16457c75b14472f3b63228e7cf6fa;p=rustc.git diff --git a/src/libstd/io/prelude.rs b/src/libstd/io/prelude.rs index f588ec6058..8772d0f5b0 100644 --- a/src/libstd/io/prelude.rs +++ b/src/libstd/io/prelude.rs @@ -22,6 +22,3 @@ #[stable(feature = "rust1", since = "1.0.0")] pub use super::{Read, Write, BufRead, Seek}; -#[allow(deprecated)] -#[unstable(feature = "path_ext_deprecated", issue = "27725")] -pub use fs::PathExt;