impl rust DisassemblyTextRenderer #340
Annotations
2 errors
the function `BNDisassemblyTextRendererWrapComment` doesn't need a mutable reference:
rust/rust/src/disassembly.rs#L1287
error: the function `BNDisassemblyTextRendererWrapComment` doesn't need a mutable reference
--> ./rust/rust/src/disassembly.rs:1287:17
|
1287 | &mut cur_line_obj,
| ^^^^^^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_mut_passed
= note: `-D clippy::unnecessary-mut-passed` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::unnecessary_mut_passed)]`
|
cargo clippy
Error: Clippy has exited with exit code 101
|