Provide a usp_encoder module and support serialising into all support… #73
GitHub Actions / clippy
failed
Sep 17, 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 55 in src/lib.rs
github-actions / clippy
file not found for module `usp_encoder`
error[E0583]: file not found for module `usp_encoder`
--> src/lib.rs:55:1
|
55 | pub mod usp_encoder;
| ^^^^^^^^^^^^^^^^^^^^
|
= help: to create the module `usp_encoder`, create file "src/usp_encoder.rs" or "src/usp_encoder/mod.rs"
= note: if there is a `mod usp_encoder` elsewhere in the crate already, import it with `use crate::...` instead
Loading