Code linting
This commit is contained in:
parent
40fd4ae447
commit
7cff93e718
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue