Remove cfg(test) from library/core · patricklam/verify-rust-std@8dd3363 (original) (raw)
Navigation Menu
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Commit 8dd3363
Remove cfg(test) from library/core
File tree
5 files changed
lines changed
5 files changed
lines changed
Lines changed: 0 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,9 +1,6 @@ | ||
| 1 | 1 | #![doc = include_str!("error.md")] |
| 2 | 2 | #![stable(feature = "error_in_core", since = "1.81.0")] |
| 3 | 3 | |
| 4 | -#[cfg(test)] | |
| 5 | -mod tests; | |
| 6 | - | |
| 7 | 4 | use crate::any::TypeId; |
| 8 | 5 | use crate::fmt::{Debug, Display, Formatter, Result}; |
| 9 | 6 |
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -141,7 +141,6 @@ mod intrinsics; | ||
| 141 | 141 | mod io; |
| 142 | 142 | mod iter; |
| 143 | 143 | mod lazy; |
| 144 | -#[cfg(test)] | |
| 145 | 144 | mod macros; |
| 146 | 145 | mod manually_drop; |
| 147 | 146 | mod mem; |