Extensions to should_assert_eq #1810
Labels
C-enhancement
Category: Enhancement of lints, like adding more cases or adding help messages
good-first-issue
These issues are a good way to get started with Clippy
I found this in the standard library:
This should be a case for
should_assert_eq
. Additionally, it might be nice to have a lint that suggests splitting asserts with&&
to multiple assert statements, for better debugging.The text was updated successfully, but these errors were encountered: