Skip to content
GitHub Actions / clippy failed Dec 19, 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.74.1 (a28077b28 2023-12-04)
  • cargo 1.74.1 (ecb9851af 2023-10-18)
  • clippy 0.1.74 (a28077b 2023-12-04)

Annotations

Check failure on line 418 in libsignal-service/src/sender.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

cannot find value `unidentified_access` in this scope

error[E0425]: cannot find value `unidentified_access` in this scope
   --> libsignal-service/src/sender.rs:418:25
    |
418 |                         unidentified_access.as_ref(),
    |                         ^^^^^^^^^^^^^^^^^^^ not found in this scope