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 17d4ac5 commit 1d9955fCopy full SHA for 1d9955f
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