about summary refs log tree commit diff
path: root/library/std/tests/path.rs
diff options
context:
space:
mode:
authorJakub Beránek <berykubik@gmail.com>2025-08-13 07:03:47 +0200
committerGitHub <noreply@github.com>2025-08-13 07:03:47 +0200
commitff44871be5b5bd6027c4956eb6d4520e87974c1e (patch)
treebb8de6ddeb236d164e628162ba70e331e12f1921 /library/std/tests/path.rs
parent900e568026f63e0ba88e1db71c6347f628186cfc (diff)
parent4c4b8b23c6935e719ca01b614922024abb694656 (diff)
downloadrust-ff44871be5b5bd6027c4956eb6d4520e87974c1e.tar.gz
rust-ff44871be5b5bd6027c4956eb6d4520e87974c1e.zip
Rollup merge of #144870 - Kivooeo:file_prefix-stabilize, r=tgross35
Stabilize `path_file_prefix` feature

This stabilises `Path::file_prefix`, following the FCP in [tracking issue ](https://github.com/rust-lang/rust/issues/86319)

(FCP ended almost a year ago, so if it's needed for proccess we could rerun it)

Closes: https://github.com/rust-lang/rust/issues/86319
Diffstat (limited to 'library/std/tests/path.rs')
-rw-r--r--library/std/tests/path.rs8
1 files changed, 1 insertions, 7 deletions
diff --git a/library/std/tests/path.rs b/library/std/tests/path.rs
index 901d2770f20..e1576a0d423 100644
--- a/library/std/tests/path.rs
+++ b/library/std/tests/path.rs
@@ -1,10 +1,4 @@
-#![feature(
-    clone_to_uninit,
-    path_add_extension,
-    path_file_prefix,
-    maybe_uninit_slice,
-    normalize_lexically
-)]
+#![feature(clone_to_uninit, path_add_extension, maybe_uninit_slice, normalize_lexically)]
 
 use std::clone::CloneToUninit;
 use std::ffi::OsStr;