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 213d89b commit 9b82d50Copy full SHA for 9b82d50
src/librustc/middle/lint.rs
@@ -326,7 +326,8 @@ trait InnerLint {
326
327
impl<V:Visitor<@mut Context>> InnerLint for V {
328
fn descend_item(@mut self, i:&ast::item, e:@mut Context) {
329
- visit::walk_item(self, i, e); }
+ visit::walk_item(self, i, e);
330
+ }
331
fn descend_crate(@mut self, crate: &ast::Crate, env: @mut Context) {
332
visit::walk_crate(self, crate, env);
333
}
0 commit comments