Tests #5422
Annotations
10 warnings and 1 notice
Run clechasseur/rs-clippy-check@v3:
packages/rs-drive/src/drive/group/fetch/fetch_group_info/v0/mod.rs#L44
warning: method `fetch_group_info_and_add_operations_v0` is never used
--> packages/rs-drive/src/drive/group/fetch/fetch_group_info/v0/mod.rs:44:19
|
17 | impl Drive {
| ---------- method in this implementation
...
44 | pub(super) fn fetch_group_info_and_add_operations_v0(
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
Run clechasseur/rs-clippy-check@v3:
packages/rs-drive/src/drive/group/fetch/fetch_group_info/mod.rs#L76
warning: method `fetch_group_info_and_add_operations` is never used
--> packages/rs-drive/src/drive/group/fetch/fetch_group_info/mod.rs:76:19
|
15 | impl Drive {
| ---------- method in this implementation
...
76 | pub(crate) fn fetch_group_info_and_add_operations(
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
Run clechasseur/rs-clippy-check@v3:
packages/rs-drive/src/drive/group/fetch/fetch_active_action_info/v0/mod.rs#L48
warning: method `fetch_active_action_info_and_add_operations_v0` is never used
--> packages/rs-drive/src/drive/group/fetch/fetch_active_action_info/v0/mod.rs:48:19
|
17 | impl Drive {
| ---------- method in this implementation
...
48 | pub(super) fn fetch_active_action_info_and_add_operations_v0(
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
Run clechasseur/rs-clippy-check@v3:
packages/rs-drive/src/drive/group/fetch/fetch_active_action_info/mod.rs#L86
warning: method `fetch_active_action_info_and_add_operations` is never used
--> packages/rs-drive/src/drive/group/fetch/fetch_active_action_info/mod.rs:86:19
|
15 | impl Drive {
| ---------- method in this implementation
...
86 | pub(crate) fn fetch_active_action_info_and_add_operations(
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
Run clechasseur/rs-clippy-check@v3:
packages/rs-drive/src/drive/group/fetch/fetch_action_signers/mod.rs#L100
warning: method `fetch_action_signers_and_add_operations` is never used
--> packages/rs-drive/src/drive/group/fetch/fetch_action_signers/mod.rs:100:19
|
15 | impl Drive {
| ---------- method in this implementation
...
100 | pub(crate) fn fetch_action_signers_and_add_operations(
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
Run clechasseur/rs-clippy-check@v3:
packages/rs-drive/src/drive/group/fetch/fetch_action_infos/mod.rs#L93
warning: method `fetch_action_infos_and_add_operations` is never used
--> packages/rs-drive/src/drive/group/fetch/fetch_action_infos/mod.rs:93:19
|
16 | impl Drive {
| ---------- method in this implementation
...
93 | pub(crate) fn fetch_action_infos_and_add_operations(
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
Run clechasseur/rs-clippy-check@v3:
packages/rs-drive/src/drive/group/fetch/fetch_action_id_info_keep_serialized/v0/mod.rs#L91
warning: method `fetch_action_id_info_keep_serialized_and_add_operations_v0` is never used
--> packages/rs-drive/src/drive/group/fetch/fetch_action_id_info_keep_serialized/v0/mod.rs:91:19
|
15 | impl Drive {
| ---------- method in this implementation
...
91 | pub(super) fn fetch_action_id_info_keep_serialized_and_add_operations_v0(
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
Run clechasseur/rs-clippy-check@v3:
packages/rs-drive/src/drive/group/fetch/fetch_action_id_info_keep_serialized/mod.rs#L85
warning: method `fetch_action_id_info_keep_serialized_and_add_operations` is never used
--> packages/rs-drive/src/drive/group/fetch/fetch_action_id_info_keep_serialized/mod.rs:85:19
|
14 | impl Drive {
| ---------- method in this implementation
...
85 | pub(crate) fn fetch_action_id_info_keep_serialized_and_add_operations(
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
Run clechasseur/rs-clippy-check@v3:
packages/rs-drive/src/drive/group/fetch/fetch_action_id_has_signer/mod.rs#L83
warning: method `fetch_action_id_has_signer_and_add_operations` is never used
--> packages/rs-drive/src/drive/group/fetch/fetch_action_id_has_signer/mod.rs:83:19
|
14 | impl Drive {
| ---------- method in this implementation
...
83 | pub(crate) fn fetch_action_id_has_signer_and_add_operations(
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: `#[warn(dead_code)]` on by default
|
Run clechasseur/rs-clippy-check@v3:
packages/rs-dpp/src/state_transition/state_transitions/document/batch_transition/v1/v0_methods.rs#L30
warning: unused imports: `TokenBurnTransition`, `TokenConfigUpdateTransition`, `TokenDestroyFrozenFundsTransition`, `TokenEmergencyActionTransition`, `TokenFreezeTransition`, `TokenMintTransition`, `TokenTransferTransition`, and `TokenUnfreezeTransition`
--> packages/rs-dpp/src/state_transition/state_transitions/document/batch_transition/v1/v0_methods.rs:30:68
|
30 | ...1, TokenBurnTransition, TokenConfigUpdateTransition, TokenDestroyFrozenFundsTransition, TokenEmergencyActionTransition, TokenFreezeTransition, TokenMintTransition, TokenTransferTransition, TokenUnfreezeTransitio...
| ^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^
|
= note: `#[warn(unused_imports)]` on by default
|
Post Setup sccache
100% - 888 hits, 0 misses, 0 errors
|
Loading