Skip to content

Commit

Permalink
fix(tests): disable doctest that doesn't work with default feature fl…
Browse files Browse the repository at this point in the history
…ags (#248)
  • Loading branch information
Gankra committed Mar 30, 2023
1 parent 159f2b3 commit 0b445dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@
//!
//! Usage is like so:
//!
//! ```rust
//! ```rust,ignore
//! miette::set_hook(Box::new(|_| {
//! Box::new(
//! miette::MietteHandlerOpts::new()
Expand Down

0 comments on commit 0b445dc

Please sign in to comment.