forked from mirror/Riven
1
0
Fork 0

Fix some minor test warnings

v/1.x.x
Mingwei Samuel 2021-06-04 20:43:08 -07:00
parent 50f1a4afde
commit 7af67d0cd6
2 changed files with 4 additions and 1 deletions

View File

@ -15,7 +15,10 @@ macro_rules! async_tests {
println!();
println!("running tests");
println!();
#[allow(unused_mut)]
let mut oks: u32 = 0;
#[allow(unused_mut)]
let mut errs: u32 = 0;
$(
let $name = async {

View File

@ -3,7 +3,7 @@
mod async_tests;
mod testutils;
use testutils::*;
// use testutils::*;
use colored::*;