Skip to content

Make SortAndWriteHandler public. #69

Make SortAndWriteHandler public.

Make SortAndWriteHandler public. #69

Triggered via pull request August 7, 2024 22:28
Status Failure
Total duration 38s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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/