diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2025-01-17 09:23:31 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2025-01-26 10:28:04 +0000 |
| commit | 03d44a641b61d4cad0cb025ffb1d6be7cd194ae7 (patch) | |
| tree | dee2e2b8e8ff9580390e5090a738b96168f0de9d /library/std/src/error.rs | |
| parent | e00cbf304c1d3780718c60223e4650254c89818b (diff) | |
| download | rust-03d44a641b61d4cad0cb025ffb1d6be7cd194ae7.tar.gz rust-03d44a641b61d4cad0cb025ffb1d6be7cd194ae7.zip | |
Move std::error unit tests to integration tests
Diffstat (limited to 'library/std/src/error.rs')
| -rw-r--r-- | library/std/src/error.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/library/std/src/error.rs b/library/std/src/error.rs index b3e63aaf1c5..def5f984c88 100644 --- a/library/std/src/error.rs +++ b/library/std/src/error.rs @@ -1,9 +1,6 @@ #![doc = include_str!("../../core/src/error.md")] #![stable(feature = "rust1", since = "1.0.0")] -#[cfg(test)] -mod tests; - #[stable(feature = "rust1", since = "1.0.0")] pub use core::error::Error; #[unstable(feature = "error_generic_member_access", issue = "99301")] |
