suppress warning
This commit is contained in:
parent
503dec1d62
commit
372cf4954c
@ -761,8 +761,8 @@ fn ensure_iface_methods(tcx: ty::ctxt, id: ast::node_id) {
|
||||
_ { fail; }
|
||||
}
|
||||
}
|
||||
fn convert_class_item(cx: @ctxt, parent_ty: ty::t,
|
||||
ci: ast::class_member) {
|
||||
fn convert_class_item(_cx: @ctxt, _parent_ty: ty::t,
|
||||
_ci: ast::class_member) {
|
||||
/* TODO */
|
||||
}
|
||||
fn convert(cx: @ctxt, it: @ast::item) {
|
||||
|
Loading…
Reference in New Issue
Block a user