We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 770bc97 + 3bd6ef5 commit 06b7bd9Copy full SHA for 06b7bd9
mockall/src/lib.rs
@@ -305,7 +305,7 @@
305
//! specify the order by using a [`Sequence`]. Any expectations may be added to
306
//! the same sequence. They don't even need to come from the same object.
307
//!
308
-//! ```should_panic(expected = "Method sequence violation")
+//! ```should_panic
309
//! # use mockall::*;
310
//! #[automock]
311
//! trait Foo {
0 commit comments