Skip to content

Commit

Permalink
[crater experiment] make unaligned_referenced deny-by-default
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfJung committed May 27, 2020
1 parent 783139b commit 8c413c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc_session/lint/builtin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ declare_lint! {

declare_lint! {
pub UNALIGNED_REFERENCES,
Allow,
Deny,
"detects unaligned references to fields of packed structs",
}

Expand Down

0 comments on commit 8c413c3

Please sign in to comment.