Skip to content

Commit 1a226ae

Browse files
committed
Disable two more integration tests in no-std mode
1 parent 8b5f2d7 commit 1a226ae

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/test_backtrace.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#![cfg(feature = "std")]
12
#![cfg_attr(thiserror_nightly_testing, feature(error_generic_member_access))]
23

34
use thiserror::Error;

tests/test_option.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#![cfg(feature = "std")]
12
#![cfg_attr(thiserror_nightly_testing, feature(error_generic_member_access))]
23

34
#[cfg(thiserror_nightly_testing)]

0 commit comments

Comments
 (0)