mirror of https://github.com/zkat/miette.git
fix(tests): disable doctest that doesn't work with default feature flags (#248)
This commit is contained in:
parent
159f2b354b
commit
0b445dc2b4
|
|
@ -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()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue