add line break post dbaupp review.
This commit is contained in:
parent
213d89b6da
commit
9b82d50f6d
1 changed files with 2 additions and 1 deletions
|
|
@ -326,7 +326,8 @@ trait InnerLint {
|
|||
|
||||
impl<V:Visitor<@mut Context>> InnerLint for V {
|
||||
fn descend_item(@mut self, i:&ast::item, e:@mut Context) {
|
||||
visit::walk_item(self, i, e); }
|
||||
visit::walk_item(self, i, e);
|
||||
}
|
||||
fn descend_crate(@mut self, crate: &ast::Crate, env: @mut Context) {
|
||||
visit::walk_crate(self, crate, env);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue