Please lord clippy

This commit is contained in:
2018-05-23 18:52:32 +02:00
parent 4a9e2e7d20
commit b591a3eba1
6 changed files with 17 additions and 15 deletions

View File

@@ -2,6 +2,7 @@ use Result;
use block::Block;
use ops::{Operation,num_to_op};
#[allow(unknown_lints,len_without_is_empty)]
pub trait BinReadable {
fn get(&mut self) -> Result<u8>;
fn cur(&self) -> usize;