Skip to content

Commit 7e3d389

Browse files
committed
---
yaml --- r: 75746 b: refs/heads/master c: 9b82d50 h: refs/heads/master v: v3
1 parent f817155 commit 7e3d389

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-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: 213d89b6daffe78254875ac571090370b7f360c0
2+
refs/heads/master: 9b82d50f6d1dcd154fd1753dfd5d6d02e8a42d73
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 67c954e365970e4c2cd06f0c50724656d7010f45
55
refs/heads/try: 10089455287dcc3652b984ab4bfd6971e1b5f302

trunk/src/librustc/middle/lint.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,8 @@ trait InnerLint {
326326

327327
impl<V:Visitor<@mut Context>> InnerLint for V {
328328
fn descend_item(@mut self, i:&ast::item, e:@mut Context) {
329-
visit::walk_item(self, i, e); }
329+
visit::walk_item(self, i, e);
330+
}
330331
fn descend_crate(@mut self, crate: &ast::Crate, env: @mut Context) {
331332
visit::walk_crate(self, crate, env);
332333
}

0 commit comments

Comments
 (0)