Make clippy happy

This commit is contained in:
2019-04-01 12:51:40 +02:00
parent 8159943199
commit 4d618efe42
8 changed files with 54 additions and 41 deletions

View File

@@ -78,4 +78,8 @@ impl BinReadable for Block {
self.pointer += len;
slice
}
fn is_empty(&self) -> bool {
self.source.is_empty()
}
}