-
- Downloads
Fix clippy error
This fixes the following error: error: this expression creates a reference which is immediately dereferenced by the compiler --> src/main.rs:165:27 | 165 | let units = list_file(&file, endian)?; | ^^^^^ help: change this to: `file` | = note: `-D clippy::needless-borrow` implied by `-D warnings` = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow Signed-off-by:Andre Moreira Magalhaes <andrunko@gmail.com>
parent
854ec168
Branches apertis/v2024dev3
Tags apertis/0.2.3
Please register or sign in to comment