Skip to content

Commit

Permalink
Another Applicability adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
flip1995 committed Sep 20, 2018
1 parent 52fb7d4 commit 987b34d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clippy_lints/src/large_enum_variant.rs
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ impl<'a, 'tcx> LateLintPass<'a, 'tcx> for LargeEnumVariant {
"consider boxing the large fields to reduce the total size of the \
enum",
format!("Box<{}>", snip),
Applicability::Unspecified,
Applicability::MaybeIncorrect,
);
return;
}
Expand Down

0 comments on commit 987b34d

Please sign in to comment.