Skip to content

Commit 37e7541

Browse files
committed
rustc_plugin: fix compilation
1 parent 2b790f7 commit 37e7541

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/librustc_plugin/build.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ impl<'v> ItemLikeVisitor<'v> for RegistrarFinder {
3535

3636
fn visit_impl_item(&mut self, _impl_item: &hir::ImplItem) {
3737
}
38-
39-
fn visit_expr_id(&mut self, _: hir::ExprId) { }
4038
}
4139

4240
/// Find the function marked with `#[plugin_registrar]`, if any.

0 commit comments

Comments
 (0)