19 issue(s), 30 sum
5.8 | clippy::needless_pass_by_ref_mut | this argument is a mutable reference, but not used mutably | x 2 |
5.4 | clippy::unwrap_in_result | used unwrap or expect in a function that returns result or option | x 1 |
3.5 | elided_lifetimes_in_paths | hidden lifetime parameters in types are deprecated | x 167 |
2.5 | clippy::ptr_as_ptr | `as` casting between raw pointers without changing its mutability | x 1 |
2.3 | trivial_casts | trivial cast: `&T` as `&T` | x 1 |
2.3 | clippy::negative_feature_names | the "no-" prefix in the feature name "no-assert-string" is negative | x 1 |
1.5 | clippy::use_self | unnecessary structure name repetition | x 47 |
1.3 | unknown_lints | unknown lint: `rust_2024_incompatible_pat` | x 6 |
1.1 | clippy::branches_sharing_code | all if blocks contain the same code at the end | x 1 |
0.8 | trivial_numeric_casts | trivial numeric cast: `usize` as `usize` | x 32 |
0.8 | clippy::missing_panics_doc | docs for function which may panic missing `# Panics` section | x 2 |
0.7 | clippy::items_after_statements | adding items after statements is confusing, since items exist from the start of the scope | x 32 |
0.6 | clippy::redundant_else | redundant else block | x 13 |
0.5 | clippy::missing_const_for_fn | this could be a `const fn` | x 3 |
0.3 | unsafe_code block | | x 4 |
0.3 | clippy::missing_errors_doc | docs for function returning `Result` missing `# Errors` section | x 17 |
0.2 | unused_qualifications | unnecessary qualification | x 14 |
0.1 | clippy::incompatible_msrv 58 | clippy^msrv CString::from_vec_with_nul | x 1 |
0.1 | clippy::incompatible_msrv 60 | clippy^msrv assume_init_drop | x 1 |