We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9e22bc commit 7c2a2eaCopy full SHA for 7c2a2ea
clippy_lints/src/uninit_vec.rs
@@ -71,6 +71,8 @@ fn handle_uninit_vec_pair(
71
// Check T of Vec<T>
72
if !is_uninit_value_valid_for_ty(cx, substs.type_at(0));
73
then {
74
+ // FIXME: false positive #7698
75
+ #[allow(clippy::collapsible_span_lint_calls)]
76
span_lint_and_then(
77
cx,
78
UNINIT_VEC,
0 commit comments