Make SortAndWriteHandler public. #69
GitHub Actions / clippy
failed
Aug 7, 2024 in 0s
clippy
2 errors
Details
Results
Message level | Amount |
---|---|
Internal compiler error | 0 |
Error | 2 |
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 529 in src/lib.rs
github-actions / clippy
missing documentation for an associated function
error: missing documentation for an associated function
--> src/lib.rs:526:5
|
526 | / pub fn new<P: AsRef<Path>>(
527 | | chunk_size: usize,
528 | | path: P,
529 | | ) -> Result<SortAndWriteHandler<T, S>, Error> {
| |_________________________________________________^
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