mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 21:15:18 +03:00
suppress warning
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user