Remove Architecture trait bound on LLIL related structures in Rust API #485
Annotations
8 errors and 1 warning
|
cargo clippy
Error: Clippy has exited with exit code 101
|
|
the following explicit lifetimes could be elided: 'func:
rust/src/low_level_il/lifting.rs#L670
error: the following explicit lifetimes could be elided: 'func
--> rust/src/low_level_il/lifting.rs:670:6
|
670 | impl<'func, R> LowLevelILExpression<'func, Mutable, NonSSA<LiftedNonSSA>, R>
| ^^^^^ ^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
help: elide the lifetimes
|
670 - impl<'func, R> LowLevelILExpression<'func, Mutable, NonSSA<LiftedNonSSA>, R>
670 + impl<R> LowLevelILExpression<'_, Mutable, NonSSA<LiftedNonSSA>, R>
|
|
|
the following explicit lifetimes could be elided: 'func:
rust/src/low_level_il/instruction.rs#L103
error: the following explicit lifetimes could be elided: 'func
--> rust/src/low_level_il/instruction.rs:103:6
|
103 | impl<'func, M, F> Debug for LowLevelILInstruction<'func, M, F>
| ^^^^^ ^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
help: elide the lifetimes
|
103 - impl<'func, M, F> Debug for LowLevelILInstruction<'func, M, F>
103 + impl<M, F> Debug for LowLevelILInstruction<'_, M, F>
|
|
|
the following explicit lifetimes could be elided: 'func:
rust/src/low_level_il/expression.rs#L653
error: the following explicit lifetimes could be elided: 'func
--> rust/src/low_level_il/expression.rs:653:6
|
653 | impl<'func> LowLevelILExpressionKind<'func, Mutable, NonSSA<LiftedNonSSA>> {
| ^^^^^ ^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
help: elide the lifetimes
|
653 - impl<'func> LowLevelILExpressionKind<'func, Mutable, NonSSA<LiftedNonSSA>> {
653 + impl LowLevelILExpressionKind<'_, Mutable, NonSSA<LiftedNonSSA>> {
|
|
|
the following explicit lifetimes could be elided: 'func:
rust/src/low_level_il/expression.rs#L205
error: the following explicit lifetimes could be elided: 'func
--> rust/src/low_level_il/expression.rs:205:6
|
205 | impl<'func, F> LowLevelILExpression<'func, Finalized, F, ValueExpr>
| ^^^^^ ^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
help: elide the lifetimes
|
205 - impl<'func, F> LowLevelILExpression<'func, Finalized, F, ValueExpr>
205 + impl<F> LowLevelILExpression<'_, Finalized, F, ValueExpr>
|
|
|
the following explicit lifetimes could be elided: 'func:
rust/src/low_level_il/expression.rs#L94
error: the following explicit lifetimes could be elided: 'func
--> rust/src/low_level_il/expression.rs:94:6
|
94 | impl<'func, M, F, R> fmt::Debug for LowLevelILExpression<'func, M, F, R>
| ^^^^^ ^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
help: elide the lifetimes
|
94 - impl<'func, M, F, R> fmt::Debug for LowLevelILExpression<'func, M, F, R>
94 + impl<M, F, R> fmt::Debug for LowLevelILExpression<'_, M, F, R>
|
|
|
the following explicit lifetimes could be elided: 'func:
rust/src/low_level_il/block.rs#L66
error: the following explicit lifetimes could be elided: 'func
--> rust/src/low_level_il/block.rs:66:6
|
66 | impl<'func, M, F> Clone for LowLevelILBlock<'func, M, F>
| ^^^^^ ^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
help: elide the lifetimes
|
66 - impl<'func, M, F> Clone for LowLevelILBlock<'func, M, F>
66 + impl<M, F> Clone for LowLevelILBlock<'_, M, F>
|
|
|
the following explicit lifetimes could be elided: 'func:
rust/src/low_level_il/block.rs#L54
error: the following explicit lifetimes could be elided: 'func
--> rust/src/low_level_il/block.rs:54:6
|
54 | impl<'func, M, F> Debug for LowLevelILBlock<'func, M, F>
| ^^^^^ ^^^^^
|
= 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
|
54 - impl<'func, M, F> Debug for LowLevelILBlock<'func, M, F>
54 + impl<M, F> Debug for LowLevelILBlock<'_, M, F>
|
|
|
licensing
New version for cargo-about available: 0.7.1
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
license
Expired
|
23 KB |
sha256:8e82d5bd66b4a58e65ac1d3bb12a1892ac638a9bec646027615c7148d704362b
|
|