Deprecate async-std-rt and document reqwless upgrade blocker #353
Annotations
10 errors and 15 warnings
|
xrpl-rust:
src/models/ledger/objects/check.rs#L18
failed to resolve: could not find `ContentVisitor` in `de`
|
|
xrpl-rust:
src/models/ledger/objects/check.rs#L18
failed to resolve: could not find `Content` in `de`
|
|
xrpl-rust:
src/models/ledger/objects/bridge.rs#L10
failed to resolve: could not find `ContentVisitor` in `de`
|
|
xrpl-rust:
src/models/ledger/objects/bridge.rs#L10
failed to resolve: could not find `Content` in `de`
|
|
xrpl-rust:
src/models/ledger/objects/amm.rs#L55
failed to resolve: could not find `ContentVisitor` in `de`
|
|
xrpl-rust:
src/models/ledger/objects/amm.rs#L55
failed to resolve: could not find `Content` in `de`
|
|
xrpl-rust:
src/models/ledger/objects/amendments.rs#L32
failed to resolve: could not find `ContentVisitor` in `de`
|
|
xrpl-rust:
src/models/ledger/objects/amendments.rs#L32
failed to resolve: could not find `Content` in `de`
|
|
xrpl-rust:
src/models/ledger/objects/account_root.rs#L52
failed to resolve: could not find `ContentVisitor` in `de`
|
|
xrpl-rust:
src/models/ledger/objects/account_root.rs#L52
failed to resolve: could not find `Content` in `de`
|
|
value assigned to `found` is never read:
src/models/transactions/exceptions.rs#L150
warning: value assigned to `found` is never read
--> src/models/transactions/exceptions.rs:150:49
|
150 | SignerQuorumExceedsSignerWeight { max: u32, found: u32 },
| ^^^^^
|
= help: maybe it is overwritten before being read?
|
|
value assigned to `max` is never read:
src/models/transactions/exceptions.rs#L150
warning: value assigned to `max` is never read
--> src/models/transactions/exceptions.rs:150:39
|
150 | SignerQuorumExceedsSignerWeight { max: u32, found: u32 },
| ^^^
|
= help: maybe it is overwritten before being read?
= note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
|
|
unreachable statement:
src/asynch/mod.rs#L26
warning: unreachable statement
--> src/asynch/mod.rs:26:5
|
23 | return;
| ------ any code following this expression is unreachable
...
26 | / {
27 | | embassy_time::Timer::after_secs(1).await;
28 | | return;
29 | | }
| |_____^ unreachable statement
|
= note: `#[warn(unreachable_code)]` (part of `#[warn(unused)]`) on by default
|
|
xrpl-rust
`xrpl-rust` (lib) generated 2 warnings
|
|
xrpl-rust:
src/models/transactions/exceptions.rs#L150
value assigned to `found` is never read
|
|
xrpl-rust:
src/models/transactions/exceptions.rs#L150
value assigned to `max` is never read
|
|
xrpl-rust
`xrpl-rust` (lib) generated 4 warnings (run `cargo fix --lib -p xrpl-rust` to apply 2 suggestions)
|
|
xrpl-rust:
src/utils/parse_nftoken_id.rs#L55
hiding a lifetime that's elided elsewhere is confusing
|
|
xrpl-rust:
src/models/transactions/mod.rs#L605
hiding a lifetime that's elided elsewhere is confusing
|
|
xrpl-rust:
src/models/transactions/exceptions.rs#L150
value assigned to `found` is never read
|
|
xrpl-rust:
src/models/transactions/exceptions.rs#L150
value assigned to `max` is never read
|
|
xrpl-rust
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
xrpl-rust
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
xrpl-rust
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
xrpl-rust
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|