Skip to content

instrument futures instead of threads

Sign in for the full log view
GitHub Actions / clippy failed Jan 8, 2024 in 1s

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 89 in libsignal-service-actix/src/push_service.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

failed to resolve: could not find `nstrument` in `tracing`

error[E0433]: failed to resolve: could not find `nstrument` in `tracing`
  --> libsignal-service-actix/src/push_service.rs:89:16
   |
89 |     #[tracing::nstrument(name = "extracting error", skip(response))]
   |                ^^^^^^^^^ could not find `nstrument` in `tracing`