Skip to content

Commit 987b34d

Browse files
committedSep 20, 2018
Another Applicability adjustment
1 parent 52fb7d4 commit 987b34d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎clippy_lints/src/large_enum_variant.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ impl<'a, 'tcx> LateLintPass<'a, 'tcx> for LargeEnumVariant {
102102
"consider boxing the large fields to reduce the total size of the \
103103
enum",
104104
format!("Box<{}>", snip),
105-
Applicability::Unspecified,
105+
Applicability::MaybeIncorrect,
106106
);
107107
return;
108108
}

0 commit comments

Comments
 (0)
Please sign in to comment.