drogue-iot / drogue-cloud

Cloud Native IoT
https://drogue.io
Apache License 2.0
114 stars 30 forks source link

warning: field is never read: `token` #209

Closed ctron closed 2 years ago

ctron commented 2 years ago
warning: field is never read: `token`
  --> service-common/src/actix_auth/authorization/middleware.rs:47:5
   |
47 |     token: String,
   |     ^^^^^^^^^^^^^
   |
   = note: `#[warn(dead_code)]` on by default