Skip to content

Commit 479aabf

Browse files
committed
---
yaml --- r: 158591 b: refs/heads/try c: 82fb413 h: refs/heads/master i: 158589: 7b6d497 158587: 2e56047 158583: a2cbf57 158575: 6c6af41 158559: cc74a42 158527: 3dcde33 158463: 05c499d v: v3
1 parent c123122 commit 479aabf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
refs/heads/master: a0a7ab461283322215f0343cd2b5e66fc19a7bd5
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 1b2ad7831f1745bf4a4709a1fa1772afb47c933c
5-
refs/heads/try: f2aa8c41876cce93c6bb4ada79600b8ef8e3d599
5+
refs/heads/try: 82fb413d370f1f1094964ed07b65f97dba52cc30
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d
88
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596

branches/try/src/librustc/lint/builtin.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ declare_lint!(UNUSED_COMPARISONS, Warn,
116116
declare_lint!(OVERFLOWING_LITERALS, Warn,
117117
"literal out of range for its type")
118118

119-
declare_lint!(EXCEEDING_BITSHIFTS, Deny,
119+
declare_lint!(EXCEEDING_BITSHIFTS, Allow,
120120
"shift exceeds the type's number of bits")
121121

122122
pub struct TypeLimits {

0 commit comments

Comments
 (0)