fix(tests): disable doctest that doesn't work with default feature flags (#248)

This commit is contained in:
Aria Beingessner 2023-03-30 12:19:51 -04:00 committed by GitHub
parent 159f2b354b
commit 0b445dc2b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -572,7 +572,7 @@
//! //!
//! Usage is like so: //! Usage is like so:
//! //!
//! ```rust //! ```rust,ignore
//! miette::set_hook(Box::new(|_| { //! miette::set_hook(Box::new(|_| {
//! Box::new( //! Box::new(
//! miette::MietteHandlerOpts::new() //! miette::MietteHandlerOpts::new()