Fixed clippy issues for non-WIP code. #11
Annotations
3 warnings
src/lib.rs#L48
warning: field `offset` is never read
--> src/bluefile.rs:48:5
|
45 | pub struct ExtHeaderIter {
| ------------- field in this struct
...
48 | offset: usize,
| ^^^^^^
|
= note: `#[warn(dead_code)]` on by default
|
src/lib.rs#L55
warning: associated function `new` is never used
--> src/bluefile.rs:55:8
|
54 | impl ExtHeaderIter {
| ------------------ associated function in this implementation
55 | fn new(file: File, offset: usize, size: usize, endianness: Endianness) -> Result<Self> {
| ^^^
|
|
The logs for this run have expired and are no longer available.
Loading