untrusted icon indicating copy to clipboard operation
untrusted copied to clipboard

Add tests that verify that intentionally-avoided traits are actually avoided

Open briansmith opened this issue 4 years ago • 0 comments
trafficstars

For example, no_panic::Slice doesn't implement Debug, PartialEq, or Eq, intentionally. Similarly, Input and Reader do not implement PartialEq or Eq. We should have tests that demonstrate and verify this.

briansmith avatar Jul 13 '21 21:07 briansmith