chore(deps): update tch requirement from 0.16.0 to 0.17.0 #248
Triggered via pull request
September 14, 2024 14:53
Status
Success
Total duration
3m 44s
Artifacts
–
ci.yml
on: pull_request
stable / fmt
12s
nightly / doc
1m 11s
ubuntu / typos
6s
ubuntu / stable / features
1m 24s
Matrix: cargo-deny
Matrix: clippy
Matrix: msrv
Annotations
7 warnings
trait `FunctorDataset` is never used:
src/indexable/dataset.rs#L41
warning: trait `FunctorDataset` is never used
--> src/indexable/dataset.rs:41:7
|
41 | trait FunctorDataset<F>: Len + GetSample
| ^^^^^^^^^^^^^^
|
= note: `#[warn(dead_code)]` on by default
|
stable / clippy
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
|
stable / clippy
The following actions use a deprecated Node.js version and will be forced to run on node20: 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/
|
first doc comment paragraph is too long:
src/iterable/dataloader.rs#L12
warning: first doc comment paragraph is too long
--> src/iterable/dataloader.rs:12:1
|
12 | / /// For iterable dataset, the `datalaoder` will yield until the underlying iterator is `None`.
13 | | /// As the iteration over the dataset can be done multiple time, depending if the underlying dataset iterator consume the dataset or not.
| |_
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#too_long_first_doc_paragraph
= note: `-W clippy::too-long-first-doc-paragraph` implied by `-W clippy::all`
= help: to override `-W clippy::all` add `#[allow(clippy::too_long_first_doc_paragraph)]`
help: add an empty line
|
12 ~ /// For iterable dataset, the `datalaoder` will yield until the underlying iterator is `None`.
13 + ///
|
|
trait `FunctorDataset` is never used:
src/indexable/dataset.rs#L41
warning: trait `FunctorDataset` is never used
--> src/indexable/dataset.rs:41:7
|
41 | trait FunctorDataset<F>: Len + GetSample
| ^^^^^^^^^^^^^^
|
= note: `#[warn(dead_code)]` on by default
|
beta / clippy
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
|
beta / clippy
The following actions use a deprecated Node.js version and will be forced to run on node20: 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/
|