about summary refs log tree commit diff
path: root/library/std/tests
diff options
context:
space:
mode:
authorschvv31n <tim.kurdov@gmail.com>2025-03-04 21:29:45 +0000
committerDavid Tolnay <dtolnay@gmail.com>2025-06-06 12:06:42 -0700
commiteba3a6106728e131286e3751459fccd7594102ef (patch)
tree6eeda59c5e06d75f0de31cc91019b45a79fbec32 /library/std/tests
parent9f0e5d963d05ebcf7ae1ca1f4bda3668c702acda (diff)
downloadrust-eba3a6106728e131286e3751459fccd7594102ef.tar.gz
rust-eba3a6106728e131286e3751459fccd7594102ef.zip
Stabilised `os_string_pathbuf_leak`
Diffstat (limited to 'library/std/tests')
-rw-r--r--library/std/tests/path.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/library/std/tests/path.rs b/library/std/tests/path.rs
index 781855a2d14..be0dda1d426 100644
--- a/library/std/tests/path.rs
+++ b/library/std/tests/path.rs
@@ -3,7 +3,6 @@
     path_add_extension,
     path_file_prefix,
     maybe_uninit_slice,
-    os_string_pathbuf_leak,
     normalize_lexically
 )]