Remove cfg(test) from library/core

This commit is contained in:
Ben Kimock
2024-08-25 17:53:53 -04:00
parent 1a94d839be
commit 4f3ef2ac90
5 changed files with 697 additions and 707 deletions

View File

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