rust/tests
bors dcee00d64b Auto merge of #6980 - Jarcho:len_without_is_empty_sig, r=llogiq
`len_without_is_empty` improvements

fixes: #6958
fixes: #6972

changelog: Check the return type of `len`. Only integral types, or an `Option` or `Result` wrapping one.
changelog: Ensure the return type of `is_empty` matches. e.g. `Option<usize>` -> `Option<bool>`
2021-03-27 13:10:43 +00:00
..
auxiliary Remove all copyright license headers 2019-01-08 21:46:39 +01:00
cargo Merge commit '2f6439ae6a' into clippyup 2020-10-09 12:45:29 +02:00
ui Auto merge of #6980 - Jarcho:len_without_is_empty_sig, r=llogiq 2021-03-27 13:10:43 +00:00
ui-cargo Merge commit '70c0f90453' into clippyup 2021-02-11 15:04:38 +01:00
ui-internal Move declare_clippy_lint back into clippy_lints 2021-02-23 18:50:30 -05:00
ui-toml Auto merge of #6805 - matthiaskrgr:uca_nopub_6803, r=flip1995 2021-03-17 10:53:02 +00:00
compile-test.rs Merge commit '928e72dd10' into clippyup 2021-02-25 11:25:22 +01:00
dogfood.rs Merge commit '6ed6f1e6a1' into clippyup 2021-03-12 15:30:50 +01:00
fmt.rs Merge commit '3d0b0e66af' into clippyup 2020-08-28 18:43:25 +02:00
integration.rs Merge commit '4911ab124c' into clippyup 2020-12-20 17:19:49 +01:00
lint_message_convention.rs Merge commit '6ed6f1e6a1' into clippyup 2021-03-12 15:30:50 +01:00
missing-test-files.rs Fix/allow non_fmt_panic in clippy tests. 2021-02-03 23:15:51 +01:00
versioncheck.rs Merge commit '6ed6f1e6a1' into clippyup 2021-03-12 15:30:50 +01:00