one_assert 0.2.0

One assert! to replace them all
Documentation
1
2
3
4
5
6
7
8
9
10
11
error: Expected a boolean expression, found an assignment
 --> tests/fail/expr/binary2.rs:3:27
  |
3 |     one_assert::assert!(x += 1);
  |                           ^^

error: Expected a boolean expression, found an assignment
 --> tests/fail/expr/binary2.rs:5:27
  |
5 |     one_assert::assert!(x |= true);
  |                           ^^