Code linting
This commit is contained in:
parent
40fd4ae447
commit
7cff93e718
|
@ -6,12 +6,9 @@ extern crate quickcheck;
|
||||||
extern crate quickcheck_macros;
|
extern crate quickcheck_macros;
|
||||||
|
|
||||||
use flat_rs::{decode, encode};
|
use flat_rs::{decode, encode};
|
||||||
use quickcheck::{Arbitrary, Gen};
|
|
||||||
|
|
||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
mod test {
|
mod test {
|
||||||
use core::num;
|
|
||||||
|
|
||||||
use quickcheck::Arbitrary;
|
use quickcheck::Arbitrary;
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
|
Loading…
Reference in New Issue