We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f019f41 commit f817155Copy full SHA for f817155
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: c709c0a3ab61c9f635797118b063724617ba5c90
+refs/heads/master: 213d89b6daffe78254875ac571090370b7f360c0
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: 67c954e365970e4c2cd06f0c50724656d7010f45
5
refs/heads/try: 10089455287dcc3652b984ab4bfd6971e1b5f302
trunk/src/librustc/middle/lint.rs
@@ -695,7 +695,7 @@ impl Visitor<@mut Context> for WhileTrueLintVisitor {
695
}
696
697
macro_rules! outer_lint_boilerplate_impl(
698
- ($Visitor:ident) =>
+ ($Visitor:ident) =>
699
(
700
impl OuterLint for $Visitor {
701
fn process_item(@mut self, i:@ast::item, e:@mut Context) {
0 commit comments