Skip to content

Commit 0b445dc

Browse files
authoredMar 30, 2023
fix(tests): disable doctest that doesn't work with default feature flags (#248)
1 parent 159f2b3 commit 0b445dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@
572572
//!
573573
//! Usage is like so:
574574
//!
575-
//! ```rust
575+
//! ```rust,ignore
576576
//! miette::set_hook(Box::new(|_| {
577577
//! Box::new(
578578
//! miette::MietteHandlerOpts::new()

0 commit comments

Comments
 (0)
Please sign in to comment.