Add functions_by_name to rust implementation of BinaryViewExt #981
Annotations
2 errors and 1 warning
|
cargo clippy
Error: Clippy has exited with exit code 101
|
|
length comparison to zero:
rust/src/binary_view.rs#L1360
error: length comparison to zero
--> rust/src/binary_view.rs:1360:12
|
1360 | if addresses.len() == 0 && name.to_bytes().starts_with(b"sub_") {
| ^^^^^^^^^^^^^^^^^^^^ help: using `is_empty` is clearer and more explicit: `addresses.is_empty()`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#len_zero
= note: `-D clippy::len-zero` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::len_zero)]`
|
|
licensing
New version for cargo-about available: 0.8.2
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
license
|
25.7 KB |
sha256:bc7099fdc12fe80a825bb47707f1d9d1cb466a1c3714d4a8e2c64120c1922523
|
|