Skip to content

DNS server configuration + AP #49

DNS server configuration + AP

DNS server configuration + AP #49

GitHub Actions / clippy failed Sep 24, 2024 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.81.0 (eeb90cda1 2024-09-04)
  • cargo 1.81.0 (2dbb1af80 2024-08-20)
  • clippy 0.1.81 (eeb90cd 2024-09-04)

Annotations

Check failure on line 124 in src/asynch/control.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

failed to resolve: use of undeclared crate or module `defmt`

error[E0433]: failed to resolve: use of undeclared crate or module `defmt`
   --> src/asynch/control.rs:124:37
    |
124 |             info!("response: {:?}", defmt::Debug2Format(&response));
    |                                     ^^^^^ use of undeclared crate or module `defmt`