Skip to content

Commit

Permalink
Hopefully fix doc tests on stable
Browse files Browse the repository at this point in the history
  • Loading branch information
JelteF committed Jul 2, 2023
1 parent 1934137 commit 575ac74
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,10 @@ jobs:
test-features:
name: test features
runs-on: ubuntu-latest
matrix:
std: [std, '']
strategy:
fail-fast: false
matrix:
std: [std, '']
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@v1
Expand Down
1 change: 1 addition & 0 deletions impl/doc/error.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ ignored for one of these methods by using `#[error(not(backtrace))]` or
If you want to use the `Error` derive on `no_std` environments, then you need to
compile with nightly and enable this feature:
```rust
# #[cfg(nightly)]
#![feature(error_in_core)]
```

Expand Down

0 comments on commit 575ac74

Please sign in to comment.