Implement DataNotification for Rust #502
Annotations
3 errors and 4 warnings
|
cargo fmt
Process completed with exit code 1.
|
|
cargo clippy
Error: Clippy has exited with exit code 101
|
|
the following explicit lifetimes could be elided: 'a:
rust/src/data_notification.rs#L415
error: the following explicit lifetimes could be elided: 'a
--> rust/src/data_notification.rs:415:6
|
415 | impl<'a, T> Drop for DataNotificationHandle<'a, T> {
| ^^ ^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
= note: `-D clippy::needless-lifetimes` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::needless_lifetimes)]`
help: elide the lifetimes
|
415 - impl<'a, T> Drop for DataNotificationHandle<'a, T> {
415 + impl<T> Drop for DataNotificationHandle<'_, T> {
|
|
|
cargo fmt:
plugins/svd/src/settings.rs#L30
Diff in /home/runner/work/binaryninja-api/binaryninja-api/plugins/svd/src/settings.rs
|
|
cargo fmt:
plugins/svd/src/mapper.rs#L183
Diff in /home/runner/work/binaryninja-api/binaryninja-api/plugins/svd/src/mapper.rs
|
|
cargo fmt:
plugins/svd/src/mapper.rs#L174
Diff in /home/runner/work/binaryninja-api/binaryninja-api/plugins/svd/src/mapper.rs
|
|
licensing
New version for cargo-about available: 0.7.1
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
license
Expired
|
23 KB |
sha256:bd8f3d8ec71432636fe663f92f3d0536bb05efe856ec33d10096c2c27654bf07
|
|