Skip to content

Commit 372cf49

Browse files
committed
suppress warning
1 parent 503dec1 commit 372cf49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/comp/middle/typeck.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -761,8 +761,8 @@ mod collect {
761761
_ { fail; }
762762
}
763763
}
764-
fn convert_class_item(cx: @ctxt, parent_ty: ty::t,
765-
ci: ast::class_member) {
764+
fn convert_class_item(_cx: @ctxt, _parent_ty: ty::t,
765+
_ci: ast::class_member) {
766766
/* TODO */
767767
}
768768
fn convert(cx: @ctxt, it: @ast::item) {

0 commit comments

Comments
 (0)