Skip to content

chore: refactor transaction reversal #44

chore: refactor transaction reversal

chore: refactor transaction reversal #44

GitHub Actions / clippy failed Nov 13, 2023 in 0s

clippy

1 error

Details

Results

Message level Amount
Internal compiler error 0
Error 1
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 11 in src/services/express_request.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

static `DEFAULT_PASSKEY` is never used

error: static `DEFAULT_PASSKEY` is never used
  --> src/services/express_request.rs:11:8
   |
11 | static DEFAULT_PASSKEY: &str = "bfb279f9aa9bdbcf158e97dd71a467cd2e0c893059b10f78e6b72ada1ed2c919";
   |        ^^^^^^^^^^^^^^^
   |
   = note: `-D dead-code` implied by `-D warnings`