diff --git a/miette-fix-handleropts-test.patch b/miette-fix-handleropts-test.patch new file mode 100644 index 0000000..aa1d8e3 --- /dev/null +++ b/miette-fix-handleropts-test.patch @@ -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()