Move std::path unit tests to integration tests

This commit is contained in:
bjorn3
2025-01-17 09:46:15 +00:00
parent 09c4dbf7fb
commit b8fa843a1a
4 changed files with 138 additions and 127 deletions

View File

@@ -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};