Rust upgrade to 2016-03-02 nightly

This commit is contained in:
Manish Goregaokar 2016-03-03 01:24:20 +05:30
parent e4b3cbb091
commit 100ca33742

View file

@ -432,7 +432,7 @@ impl LateLintPass for TypeComplexityPass {
fn check_struct_field(&mut self, cx: &LateContext, field: &StructField) {
// enum variants are also struct fields now
check_type(cx, &field.node.ty);
check_type(cx, &field.ty);
}
fn check_item(&mut self, cx: &LateContext, item: &Item) {