fix: remove std feature requirement

This commit is contained in:
Jude Nelson
2024-08-12 16:46:31 -04:00
parent 7638706004
commit 6f21d1e800

View File

@@ -1280,7 +1280,6 @@ mod tests {
); );
} }
#[cfg(feature = "std")]
#[test] #[test]
fn test_std_error() { fn test_std_error() {
use std::error::Error as StdError; use std::error::Error as StdError;