Disable two more integration tests in no-std mode

This commit is contained in:
David Tolnay 2025-01-10 10:00:21 -08:00
parent 8b5f2d78f0
commit 1a226ae42c
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82
2 changed files with 2 additions and 0 deletions

View file

@ -1,3 +1,4 @@
#![cfg(feature = "std")]
#![cfg_attr(thiserror_nightly_testing, feature(error_generic_member_access))]
use thiserror::Error;

View file

@ -1,3 +1,4 @@
#![cfg(feature = "std")]
#![cfg_attr(thiserror_nightly_testing, feature(error_generic_member_access))]
#[cfg(thiserror_nightly_testing)]