one_assert 0.2.0

One assert! to replace them all
Documentation
1
2
3
4
5
error: Expected a boolean expression, found an assignment. Did you intend to compare with `==`?
 --> tests/fail/expr/assign.rs:3:27
  |
3 |     one_assert::assert!(x = false);
  |                           ^