Add missing patch

Signed-off-by: Michel Alexandre Salim <salimma@fedoraproject.org>
epel9
Michel Alexandre Salim 3 years ago
parent 61193643d9
commit 48d73f5a3f

@ -0,0 +1,12 @@
diff '--color=auto' -ruN miette-4.2.1/src/lib.rs miette-4.2.1-fix-handleropts-tests/src/lib.rs
--- miette-4.2.1/src/lib.rs 1973-11-29 13:33:09.000000000 -0800
+++ miette-4.2.1-fix-handleropts-tests/src/lib.rs 2022-03-26 11:45:14.588230697 -0700
@@ -482,7 +482,7 @@
//!
//! Usage is like so:
//!
-//! ```rust
+//! ```ignore
//! miette::set_hook(Box::new(|_| {
//! Box::new(
//! miette::MietteHandlerOpts::new()
Loading…
Cancel
Save