one_assert 0.2.0

One assert! to replace them all
Documentation
1
2
3
4
5
6
7
error: missing condition to check
 --> tests/fail/missing_params.rs:2:5
  |
2 |     one_assert::assert!();
  |     ^^^^^^^^^^^^^^^^^^^^^
  |
  = note: this error originates in the macro `one_assert::assert` (in Nightly builds, run with -Z macro-backtrace for more info)