about summary refs log tree commit diff
path: root/library/std/src/time.rs
diff options
context:
space:
mode:
authorbjorn3 <17426603+bjorn3@users.noreply.github.com>2025-01-17 09:49:46 +0000
committerbjorn3 <17426603+bjorn3@users.noreply.github.com>2025-01-26 10:28:04 +0000
commit4ce917dfd5182d78c7351092473de1960efc9626 (patch)
tree1c979c96b26e0e9ad77e1bbe74548774694e18fe /library/std/src/time.rs
parentb8fa843a1a60146b93ca5b1d11bbe23c1b1076f3 (diff)
downloadrust-4ce917dfd5182d78c7351092473de1960efc9626.tar.gz
rust-4ce917dfd5182d78c7351092473de1960efc9626.zip
Move std::time unit tests to integration tests
Diffstat (limited to 'library/std/src/time.rs')
-rw-r--r--library/std/src/time.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/library/std/src/time.rs b/library/std/src/time.rs
index 9f4f8a0d088..88b3e9e0ceb 100644
--- a/library/std/src/time.rs
+++ b/library/std/src/time.rs
@@ -31,9 +31,6 @@
 
 #![stable(feature = "time", since = "1.3.0")]
 
-#[cfg(test)]
-mod tests;
-
 #[stable(feature = "time", since = "1.3.0")]
 pub use core::time::Duration;
 #[stable(feature = "duration_checked_float", since = "1.66.0")]