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 3bfb1fa
Showing 1 changed file with 1 addition and 0 deletions.
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 3bfb1fa

Please sign in to comment.