Skip to content

Commit

Permalink
Ignore error doctests as it still contains old backtrace logic
Browse files Browse the repository at this point in the history
  • Loading branch information
JelteF committed Jun 15, 2024
1 parent bfab8b1 commit ab82aef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/error.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ ignored for one of these methods by using `#[error(not(backtrace))]` or

# Example usage

```rust
```ignore
#![feature(backtrace)]
# #[macro_use] extern crate derive_more;
# use std::error::Error as _;
Expand Down

0 comments on commit ab82aef

Please sign in to comment.