Skip to content

Commit

Permalink
Revert "Disable nightly backtrace testing until converted to provider…
Browse files Browse the repository at this point in the history
… API"

This reverts commit c1fb583.
  • Loading branch information
dtolnay committed Aug 31, 2022
1 parent 985da4c commit 986e106
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions tests/test_backtrace.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// FIXME: needs to be updated to provide_ref/request_ref API.
#![cfg(any())]
#![cfg_attr(thiserror_nightly_testing, feature(backtrace))]

use thiserror::Error;
Expand Down
2 changes: 0 additions & 2 deletions tests/test_option.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// FIXME: needs to be updated to provide_ref/request_ref API.
#![cfg(any())]
#![cfg_attr(thiserror_nightly_testing, feature(backtrace))]

#[cfg(thiserror_nightly_testing)]
Expand Down

0 comments on commit 986e106

Please sign in to comment.