Skip to content

Commit 89774b0

Browse files
committed
---
yaml --- r: 82014 b: refs/heads/master c: c0599b1 h: refs/heads/master v: v3
1 parent 05e447b commit 89774b0

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
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 924674202ed7677e58ab01d75668d633b068f8dd
2+
refs/heads/master: c0599b1bbbf9e4dcfb05a06aa2eef900aa9e4965
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 6c08cc2db4f98e9f07ae7d50338396c4123c2f0a
55
refs/heads/try: 70152ff55722878cde684ee6462c14c65f2c4729

trunk/src/test/run-pass/match-static-const-rename.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// This is similar to compile-fail/match-static-const-lc, except it
1414
// shows the expected usual workaround (choosing a different name for
1515
// 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`
1717
// form to an uppercase identifier that placates the lint.
1818

1919
#[deny(non_uppercase_pattern_statics)];

0 commit comments

Comments
 (0)