Skip to content

Tweak citation

Tweak citation #237

Triggered via push October 29, 2024 14:57
Status Success
Total duration 39s
Artifacts

clippy.yml

on: push
clippy_check
31s
clippy_check
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
the following explicit lifetimes could be elided: 'a: src/merge_ska_array.rs#L628
warning: the following explicit lifetimes could be elided: 'a --> src/merge_ska_array.rs:628:6 | 628 | impl<'a, IntT> Iterator for KmerIter<'a, IntT> | ^^ ^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes help: elide the lifetimes | 628 - impl<'a, IntT> Iterator for KmerIter<'a, IntT> 628 + impl<IntT> Iterator for KmerIter<'_, IntT> |
empty line after doc comment: src/ska_ref.rs#L110
warning: empty line after doc comment --> src/ska_ref.rs:110:5 | 110 | / /// Mapping information 111 | | | |_ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments = help: if the empty line is unintentional remove it help: if the documentation should include the empty line include it in the comment | 111 | /// |
empty line after doc comment: src/ska_ref.rs#L101
warning: empty line after doc comment --> src/ska_ref.rs:101:5 | 101 | / /// Input sequence 102 | | | |_ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments = note: `#[warn(clippy::empty_line_after_doc_comments)]` on by default = help: if the empty line is unintentional remove it help: if the documentation should include the empty line include it in the comment | 102 | /// |
the following explicit lifetimes could be elided: 'a: src/ska_ref/idx_check.rs#L50
warning: the following explicit lifetimes could be elided: 'a --> src/ska_ref/idx_check.rs:50:6 | 50 | impl<'a> Iterator for IdxCheckIter<'a> { | ^^ ^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes help: elide the lifetimes | 50 - impl<'a> Iterator for IdxCheckIter<'a> { 50 + impl Iterator for IdxCheckIter<'_> { |
the following explicit lifetimes could be elided: 'a: src/ska_dict/bit_encoding.rs#L185
warning: the following explicit lifetimes could be elided: 'a --> src/ska_dict/bit_encoding.rs:185:6 | 185 | impl<'a> UInt<'a> for u128 { | ^^ ^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes help: elide the lifetimes | 185 - impl<'a> UInt<'a> for u128 { 185 + impl UInt<'_> for u128 { |
the following explicit lifetimes could be elided: 'a: src/ska_dict/bit_encoding.rs#L127
warning: the following explicit lifetimes could be elided: 'a --> src/ska_dict/bit_encoding.rs:127:6 | 127 | impl<'a> UInt<'a> for u64 { | ^^ ^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes = note: `#[warn(clippy::needless_lifetimes)]` on by default help: elide the lifetimes | 127 - impl<'a> UInt<'a> for u64 { 127 + impl UInt<'_> for u64 { |
clippy_check
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/
clippy_check
The following actions use a deprecated Node.js version 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/
clippy_check
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/
clippy_check
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/
clippy_check
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/
clippy_check
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/