asomers / mockall

A powerful mock object library for Rust
Apache License 2.0
1.45k stars 61 forks source link

Fix sequences doc test #572

Closed CardboardTurkey closed 4 months ago

CardboardTurkey commented 4 months ago

should_panic doesn't accept an expected parameter for doc tests (unlike unit tests).

Without this commit cargo doesn't recognise/render it as a doc test.

CardboardTurkey commented 4 months ago

See docs.rs for how the doc test isn't currently rendered properly