File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
trunk/src/librustc/middle Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 213d89b6daffe78254875ac571090370b7f360c0
2
+ refs/heads/master: 9b82d50f6d1dcd154fd1753dfd5d6d02e8a42d73
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 67c954e365970e4c2cd06f0c50724656d7010f45
5
5
refs/heads/try: 10089455287dcc3652b984ab4bfd6971e1b5f302
Original file line number Diff line number Diff line change @@ -326,7 +326,8 @@ trait InnerLint {
326
326
327
327
impl < V : Visitor < @mut Context > > InnerLint for V {
328
328
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
+ }
330
331
fn descend_crate ( @mut self , crate : & ast:: Crate , env : @mut Context ) {
331
332
visit:: walk_crate ( self , crate , env) ;
332
333
}
You can’t perform that action at this time.
0 commit comments