rustc_plugin: fix compilation

This commit is contained in:
Florian Diebold 2016-10-29 14:40:17 +02:00 committed by Florian Diebold
parent 2b790f75c5
commit 37e75411dd
1 changed files with 0 additions and 2 deletions

View File

@ -35,8 +35,6 @@ impl<'v> ItemLikeVisitor<'v> for RegistrarFinder {
fn visit_impl_item(&mut self, _impl_item: &hir::ImplItem) {
}
fn visit_expr_id(&mut self, _: hir::ExprId) { }
}
/// Find the function marked with `#[plugin_registrar]`, if any.