We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3ae72d commit 4be9267Copy full SHA for 4be9267
src/comp/middle/kind.rs
@@ -91,7 +91,7 @@ fn check_fn(fk: visit::fn_kind, decl: fn_decl, body: blk, sp: span,
91
none { [] }
92
};
93
if option::is_some(vec::position_elt(last_uses, id)) { cont; }
94
- }
+ }
95
let ty = ty::node_id_to_type(cx.tcx, id);
96
checker(cx, ty, span);
97
}
0 commit comments