Skip to content

Commit

Permalink
auto merge of #18872 : hirschenberger/rust/master, r=thestinger
Browse files Browse the repository at this point in the history
Discussed in #18587
  • Loading branch information
bors committed Nov 13, 2014
2 parents e2cd476 + 7dab903 commit 5db8381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc/lint/builtin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ declare_lint!(UNUSED_COMPARISONS, Warn,
declare_lint!(OVERFLOWING_LITERALS, Warn,
"literal out of range for its type")

declare_lint!(EXCEEDING_BITSHIFTS, Allow,
declare_lint!(EXCEEDING_BITSHIFTS, Deny,
"shift exceeds the type's number of bits")

pub struct TypeLimits {
Expand Down

0 comments on commit 5db8381

Please sign in to comment.