mirror of
https://github.com/dtolnay/thiserror.git
synced 2025-04-03 04:47:38 +03:00
Disable two more integration tests in no-std mode
This commit is contained in:
parent
8b5f2d78f0
commit
1a226ae42c
2 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
#![cfg(feature = "std")]
|
||||
#![cfg_attr(thiserror_nightly_testing, feature(error_generic_member_access))]
|
||||
|
||||
use thiserror::Error;
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
#![cfg(feature = "std")]
|
||||
#![cfg_attr(thiserror_nightly_testing, feature(error_generic_member_access))]
|
||||
|
||||
#[cfg(thiserror_nightly_testing)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue