Make SortAndWriteHandler public. #69
Annotations
3 errors and 6 warnings
missing documentation for an associated function:
src/lib.rs#L526
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> {
| |_________________________________________________^
|
missing documentation for a struct:
src/lib.rs#L479
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)]
| ^^^^^^^^^^^^
|
test
Clippy had exited with the 101 exit code
|
test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
test
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions-rs/toolchain@v1, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|