Make clippy happy
This commit is contained in:
@@ -52,4 +52,8 @@ impl BinReadable for IJVMReader {
|
||||
self.pointer += len;
|
||||
slice
|
||||
}
|
||||
|
||||
fn is_empty(&self) -> bool {
|
||||
self.source.is_empty()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user