diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2025-01-17 09:46:15 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2025-01-26 10:28:04 +0000 |
| commit | b8fa843a1a60146b93ca5b1d11bbe23c1b1076f3 (patch) | |
| tree | 67d3e774a8b8b787f5e9e8e10175386784f99eb1 /library/std/src/path.rs | |
| parent | 09c4dbf7fbb545c0b861ea2473dcb84023f494c4 (diff) | |
| download | rust-b8fa843a1a60146b93ca5b1d11bbe23c1b1076f3.tar.gz rust-b8fa843a1a60146b93ca5b1d11bbe23c1b1076f3.zip | |
Move std::path unit tests to integration tests
Diffstat (limited to 'library/std/src/path.rs')
| -rw-r--r-- | library/std/src/path.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/library/std/src/path.rs b/library/std/src/path.rs index 7fd08a97f1f..97e17acadea 100644 --- a/library/std/src/path.rs +++ b/library/std/src/path.rs @@ -67,9 +67,6 @@ #![stable(feature = "rust1", since = "1.0.0")] #![deny(unsafe_op_in_unsafe_fn)] -#[cfg(test)] -mod tests; - use core::clone::CloneToUninit; use crate::borrow::{Borrow, Cow}; |
