Skip to content

Commit 2163b32

Browse files
committed
---
yaml --- r: 14147 b: refs/heads/try c: 372cf49 h: refs/heads/master i: 14145: 9e04942 14143: f7dc0af v: v3
1 parent 4be9f90 commit 2163b32

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
refs/heads/master: 61b1875c16de39c166b0f4d54bba19f9c6777d1a
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5-
refs/heads/try: 503dec1d62c0432aff140758ad7bcb34ef6c060a
5+
refs/heads/try: 372cf4954c501b8a2068cfceaa826ead77f377fd
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

branches/try/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)