Demonstrate function bb analysis from API #455
Annotations
4 errors and 5 warnings
|
cargo fmt
Process completed with exit code 1.
|
|
cargo clippy
Error: Clippy has exited with exit code 101
|
|
unneeded `return` statement:
rust/src/architecture.rs#L2276
error: unneeded `return` statement
--> rust/src/architecture.rs:2276:9
|
2276 | return custom_arch.analyze_basic_blocks(&mut function, incremental_update, analysis_skip_override);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_return
help: remove `return`
|
2276 - return custom_arch.analyze_basic_blocks(&mut function, incremental_update, analysis_skip_override);
2276 + custom_arch.analyze_basic_blocks(&mut function, incremental_update, analysis_skip_override)
|
|
|
unneeded `return` statement:
rust/src/architecture.rs#L1553
error: unneeded `return` statement
--> rust/src/architecture.rs:1553:9
|
1553 | return success;
| ^^^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_return
= note: `-D clippy::needless-return` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::needless_return)]`
help: remove `return`
|
1553 - return success;
1553 + success
|
|
|
cargo fmt:
rust/src/architecture.rs#L2273
Diff in /home/runner/work/binaryninja-api/binaryninja-api/rust/src/architecture.rs
|
|
cargo fmt:
rust/src/architecture.rs#L31
Diff in /home/runner/work/binaryninja-api/binaryninja-api/rust/src/architecture.rs
|
|
cargo fmt:
rust/src/architecture.rs#L23
Diff in /home/runner/work/binaryninja-api/binaryninja-api/rust/src/architecture.rs
|
|
cargo fmt:
plugins/svd/src/lib.rs#L122
Diff in /home/runner/work/binaryninja-api/binaryninja-api/plugins/svd/src/lib.rs
|
|
licensing
New version for cargo-about available: 0.7.1
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
license
Expired
|
21.6 KB |
sha256:97011990c88990f2e9eb8d8eb980b03d833615de614b1ee57fe2b2644df8949f
|
|