We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d5af47 commit d50aa1dCopy full SHA for d50aa1d
1 file changed
mockall_derive/src/mock_function.rs
@@ -974,7 +974,7 @@ impl ToTokens for Common<'_> {
974
-> &mut Self
975
{
976
assert!(self.times.is_exact(),
977
- "Only Expectations with an exact call count have sequences");
+ "Only Expectations with an exact call count can have sequences");
978
self.seq_handle = Some(__mockall_seq.next_handle());
979
self
980
}
0 commit comments