This repository has been archived by the owner on Aug 22, 2024. It is now read-only.
Test/mutant testing modular #11
Annotations
5 errors and 1 warning
function `pox_lock_extend_v3_not_tested` is never used:
pox-locking/src/pox_3.rs#L104
error: function `pox_lock_extend_v3_not_tested` is never used
--> pox-locking/src/pox_3.rs:104:8
|
104 | pub fn pox_lock_extend_v3_not_tested(
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: `-D dead-code` implied by `-D warnings`
|
unused variable: `unlock_burn_height`:
pox-locking/src/pox_3.rs#L107
error: unused variable: `unlock_burn_height`
--> pox-locking/src/pox_3.rs:107:5
|
107 | unlock_burn_height: u64,
| ^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_unlock_burn_height`
|
unused variable: `principal`:
pox-locking/src/pox_3.rs#L106
error: unused variable: `principal`
--> pox-locking/src/pox_3.rs:106:5
|
106 | principal: &PrincipalData,
| ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_principal`
|
unused variable: `db`:
pox-locking/src/pox_3.rs#L105
error: unused variable: `db`
--> pox-locking/src/pox_3.rs:105:5
|
105 | db: &mut ClarityDatabase,
| ^^ help: if this is intentional, prefix it with an underscore: `_db`
|
= note: `-D unused-variables` implied by `-D warnings`
|
Clippy Check
Clippy had exited with the 101 exit code
|
Clippy Check
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|