Code linting

This commit is contained in:
zypeh 2022-08-25 18:27:06 +08:00 committed by Lucas
parent 40fd4ae447
commit 7cff93e718
1 changed files with 0 additions and 3 deletions

View File

@ -6,12 +6,9 @@ extern crate quickcheck;
extern crate quickcheck_macros;
use flat_rs::{decode, encode};
use quickcheck::{Arbitrary, Gen};
#[cfg(test)]
mod test {
use core::num;
use quickcheck::Arbitrary;
#[test]