提交 9b82d50f 编写于 作者: F Felix S. Klock II

add line break post dbaupp review.

上级 213d89b6
......@@ -326,7 +326,8 @@ fn descend_fn(@mut self,
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);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册