Skip to content

Commit 06b7bd9

Browse files
authored
Merge pull request #572 from CardboardTurkey/cardboardturkey/nits
Fix sequences doc test
2 parents 770bc97 + 3bd6ef5 commit 06b7bd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mockall/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@
305305
//! specify the order by using a [`Sequence`]. Any expectations may be added to
306306
//! the same sequence. They don't even need to come from the same object.
307307
//!
308-
//! ```should_panic(expected = "Method sequence violation")
308+
//! ```should_panic
309309
//! # use mockall::*;
310310
//! #[automock]
311311
//! trait Foo {

0 commit comments

Comments
 (0)