one_assert 0.2.0

One assert! to replace them all
Documentation
1
2
3
4
5
error: Expected a boolean expression, found a while loop
 --> tests/fail/expr/while.rs:2:25
  |
2 |     one_assert::assert!(while false {});
  |                         ^^^^^^^^^^^^^^