Skip to content

Commit

Permalink
tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
shamatar committed Oct 6, 2021
1 parent 109d5c7 commit 8562d94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/mir-opt/lower_array_len.rs
Expand Up @@ -44,4 +44,4 @@ fn main() {
let _ = array_bound_mut(3, &mut [0, 1, 2, 3]);
let _ = array_len(&[0]);
let _ = array_len_by_value([0, 2]);
}
}

0 comments on commit 8562d94

Please sign in to comment.