[Rust] Misc docs #743
Annotations
6 errors and 3 warnings
cargo fmt
Process completed with exit code 1.
|
cargo clippy
Error: Clippy has exited with exit code 101
|
this `.into_iter()` call is equivalent to `.iter()` and will not consume the `slice`:
rust/src/architecture/basic_block.rs#L99
error: this `.into_iter()` call is equivalent to `.iter()` and will not consume the `slice`
--> rust/src/architecture/basic_block.rs:99:14
|
99 | .into_iter()
| ^^^^^^^^^ help: call directly: `iter`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#into_iter_on_ref
|
this `.into_iter()` call is equivalent to `.iter()` and will not consume the `slice`:
rust/src/architecture/basic_block.rs#L89
error: this `.into_iter()` call is equivalent to `.iter()` and will not consume the `slice`
--> rust/src/architecture/basic_block.rs:89:14
|
89 | .into_iter()
| ^^^^^^^^^ help: call directly: `iter`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#into_iter_on_ref
|
this `.into_iter()` call is equivalent to `.iter()` and will not consume the `slice`:
rust/src/architecture/basic_block.rs#L52
error: this `.into_iter()` call is equivalent to `.iter()` and will not consume the `slice`
--> rust/src/architecture/basic_block.rs:52:14
|
52 | .into_iter()
| ^^^^^^^^^ help: call directly: `iter`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#into_iter_on_ref
|
this `.into_iter()` call is equivalent to `.iter()` and will not consume the `slice`:
rust/src/architecture/basic_block.rs#L43
error: this `.into_iter()` call is equivalent to `.iter()` and will not consume the `slice`
--> rust/src/architecture/basic_block.rs:43:14
|
43 | .into_iter()
| ^^^^^^^^^ help: call directly: `iter`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#into_iter_on_ref
= note: `-D clippy::into-iter-on-ref` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::into_iter_on_ref)]`
|
cargo fmt:
view/minidump/src/view.rs#L107
Diff in /home/runner/work/binaryninja-api/binaryninja-api/view/minidump/src/view.rs
|
cargo fmt:
plugins/warp/src/plugin/create.rs#L8
Diff in /home/runner/work/binaryninja-api/binaryninja-api/plugins/warp/src/plugin/create.rs
|
licensing
New version for cargo-about available: 0.7.1
|
Artifacts
Produced during runtime
Name | Size | Digest | |
---|---|---|---|
license
|
20.8 KB |
sha256:8e4dc54c0a0e4494498f17265215f8d6f0ddbbce0a240be6514d82cca40916e9
|
|