Ensure self-sending is unidentified #690
This check has been archived and is scheduled for deletion.
Learn more about checks retention
GitHub Actions / clippy
failed
Oct 8, 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.72.1 (d5c2e9c34 2023-09-13)
- cargo 1.72.1 (103a7ff2e 2023-08-15)
- clippy 0.1.72 (d5c2e9c 2023-09-13)
Annotations
Check failure on line 413 in libsignal-service/src/sender.rs
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:413:25
|
413 | unidentified_access.as_ref(),
| ^^^^^^^^^^^^^^^^^^^ not found in this scope
Loading