about summary refs log tree commit diff
path: root/library/std/tests/path.rs
diff options
context:
space:
mode:
authorHanna Kruppe <hanna.kruppe@gmail.com>2025-08-10 11:21:43 +0200
committerhanna <hanna.kruppe@gmail.com>2025-08-13 19:03:13 +0200
commit52063ae24860bb5cb3abc6f3dd83904bc18a3b0f (patch)
treeca44c8c4f025f58ad81035f5a84fa9c3cf206fc1 /library/std/tests/path.rs
parent350d0ef0ec0493e6d21cfb265cb8211a0e74d766 (diff)
downloadrust-52063ae24860bb5cb3abc6f3dd83904bc18a3b0f.tar.gz
rust-52063ae24860bb5cb3abc6f3dd83904bc18a3b0f.zip
stabilize path_add_extension
Diffstat (limited to 'library/std/tests/path.rs')
-rw-r--r--library/std/tests/path.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/std/tests/path.rs b/library/std/tests/path.rs
index e1576a0d423..3577f0d9c7b 100644
--- a/library/std/tests/path.rs
+++ b/library/std/tests/path.rs
@@ -1,4 +1,4 @@
-#![feature(clone_to_uninit, path_add_extension, maybe_uninit_slice, normalize_lexically)]
+#![feature(clone_to_uninit, maybe_uninit_slice, normalize_lexically)]
 
 use std::clone::CloneToUninit;
 use std::ffi::OsStr;