This repository has been archived by the owner on Aug 22, 2024. It is now read-only.
Test/mutant testing modular #12
GitHub Actions / clippy
failed
Nov 24, 2023 in 0s
clippy
4 errors
Details
Results
Message level | Amount |
---|---|
Internal compiler error | 0 |
Error | 4 |
Warning | 0 |
Note | 0 |
Help | 0 |
Versions
- rustc 1.73.0 (cc66ad468 2023-10-03)
- cargo 1.73.0 (9c4383fb5 2023-08-26)
- clippy 0.1.73 (cc66ad4 2023-10-03)
Annotations
Check failure on line 104 in pox-locking/src/pox_3.rs
github-actions / clippy
function `pox_lock_extend_v3_not_tested` is never used
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`
Check failure on line 107 in pox-locking/src/pox_3.rs
github-actions / clippy
unused variable: `unlock_burn_height`
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`
Check failure on line 106 in pox-locking/src/pox_3.rs
github-actions / clippy
unused variable: `principal`
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`
Check failure on line 105 in pox-locking/src/pox_3.rs
github-actions / clippy
unused variable: `db`
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`
Loading