Skip to content

Commit

Permalink
Remove cfg(test) from library/core
Browse files Browse the repository at this point in the history
  • Loading branch information
saethlin committed Aug 26, 2024
1 parent 1a94d83 commit 4f3ef2a
Show file tree
Hide file tree
Showing 5 changed files with 649 additions and 659 deletions.
3 changes: 0 additions & 3 deletions library/core/src/error.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
#![doc = include_str!("error.md")]
#![stable(feature = "error_in_core", since = "1.81.0")]

#[cfg(test)]
mod tests;

use crate::any::TypeId;
use crate::fmt::{Debug, Display, Formatter, Result};

Expand Down
1 change: 0 additions & 1 deletion library/core/tests/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ mod intrinsics;
mod io;
mod iter;
mod lazy;
#[cfg(test)]
mod macros;
mod manually_drop;
mod mem;
Expand Down
Loading

0 comments on commit 4f3ef2a

Please sign in to comment.