Skip to content

Commit be86bc8

Browse files
committed
Fix warnings in tests
1 parent 1942a7a commit be86bc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/ptr.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -648,7 +648,7 @@ pub mod ptr_tests {
648648
one, two, three
649649
];
650650

651-
do arr.as_imm_buf |arr_ptr, arr_len| {
651+
do arr.as_imm_buf |arr_ptr, _| {
652652
let mut ctr = 0;
653653
let mut iteration_count = 0;
654654
do array_each(arr_ptr) |e| {

0 commit comments

Comments
 (0)