Fix warnings in tests
This commit is contained in:
parent
1942a7a3fb
commit
be86bc81a7
1 changed files with 1 additions and 1 deletions
|
|
@ -648,7 +648,7 @@ pub mod ptr_tests {
|
|||
one, two, three
|
||||
];
|
||||
|
||||
do arr.as_imm_buf |arr_ptr, arr_len| {
|
||||
do arr.as_imm_buf |arr_ptr, _| {
|
||||
let mut ctr = 0;
|
||||
let mut iteration_count = 0;
|
||||
do array_each(arr_ptr) |e| {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue