Make SortAndWriteHandler public. #70
GitHub Actions / clippy
failed
Aug 7, 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.80.0 (051478957 2024-07-21)
- cargo 1.80.0 (376290515 2024-07-16)
- clippy 0.1.80 (0514789 2024-07-21)
Annotations
Check failure on line 479 in src/lib.rs
github-actions / clippy
missing documentation for a struct
error: missing documentation for a struct
--> src/lib.rs:479:1
|
479 | pub struct SortAndWriteHandler<T, S>
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
note: the lint level is defined here
--> src/lib.rs:86:9
|
86 | #![deny(missing_docs)]
| ^^^^^^^^^^^^
Loading