File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 924674202ed7677e58ab01d75668d633b068f8dd
2
+ refs/heads/master: c0599b1bbbf9e4dcfb05a06aa2eef900aa9e4965
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 6c08cc2db4f98e9f07ae7d50338396c4123c2f0a
5
5
refs/heads/try: 70152ff55722878cde684ee6462c14c65f2c4729
Original file line number Diff line number Diff line change 13
13
// This is similar to compile-fail/match-static-const-lc, except it
14
14
// shows the expected usual workaround (choosing a different name for
15
15
// the static definition) and also demonstrates that one can work
16
- // around this problem locally by reanming the constant in the `use`
16
+ // around this problem locally by renaming the constant in the `use`
17
17
// form to an uppercase identifier that placates the lint.
18
18
19
19
#[ deny( non_uppercase_pattern_statics) ] ;
You can’t perform that action at this time.
0 commit comments