Skip to content

Bump rustywind_core version #299

Bump rustywind_core version

Bump rustywind_core version #299

Triggered via push October 21, 2024 20:02
Status Failure
Total duration 33s
Artifacts

clippy.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 2 warnings
unresolved import `rustywind_core::sorter::HowClassesAreWrapped`: rustywind-cli/src/options.rs#L7
error[E0432]: unresolved import `rustywind_core::sorter::HowClassesAreWrapped` --> rustywind-cli/src/options.rs:7:5 | 7 | use rustywind_core::sorter::HowClassesAreWrapped; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `HowClassesAreWrapped` in `sorter`
struct `rustywind_core::sorter::Options` has no field named `class_wrapping`: rustywind-cli/src/options.rs#L84
error[E0560]: struct `rustywind_core::sorter::Options` has no field named `class_wrapping` --> rustywind-cli/src/options.rs:84:13 | 84 | class_wrapping: get_class_wrapping_from_cli(&cli), | ^^^^^^^^^^^^^^ `rustywind_core::sorter::Options` does not have this field | = note: all struct fields are already assigned
the function or associated item `new` exists for struct `_infer_ValueParser_for<CliHowClassesAreWrapped>`, but its trait bounds were not satisfied: home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.5.20/src/builder/value_parser.rs#L2613
error[E0599]: the function or associated item `new` exists for struct `_infer_ValueParser_for<CliHowClassesAreWrapped>`, but its trait bounds were not satisfied --> rustywind-cli/src/main.rs:90:5 | 90 | /// Specify how individual classes are wrapped. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item cannot be called on `_infer_ValueParser_for<CliHowClassesAreWrapped>` due to unsatisfied trait bounds | ::: rustywind-cli/src/options.rs:39:1 | 39 | pub struct CliHowClassesAreWrapped(HowClassesAreWrapped); | ---------------------------------- doesn't satisfy `_: Sized` | = note: the following trait bounds were not satisfied: `{type error}: std::marker::Sized` which is required by `options::CliHowClassesAreWrapped: std::marker::Sized` = note: this error originates in the macro `clap::value_parser` (in Nightly builds, run with -Z macro-backtrace for more info)
the function or associated item `new` exists for struct `_infer_ValueParser_for<CliHowClassesAreWrapped>`, but its trait bounds were not satisfied: home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.5.20/src/builder/value_parser.rs#L2613
error[E0599]: the function or associated item `new` exists for struct `_infer_ValueParser_for<CliHowClassesAreWrapped>`, but its trait bounds were not satisfied --> rustywind-cli/src/main.rs:90:5 | 90 | /// Specify how individual classes are wrapped. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item cannot be called on `_infer_ValueParser_for<CliHowClassesAreWrapped>` due to unsatisfied trait bounds | ::: rustywind-cli/src/options.rs:39:1 | 39 | pub struct CliHowClassesAreWrapped(HowClassesAreWrapped); | ---------------------------------- doesn't satisfy `_: Sized` | = note: the following trait bounds were not satisfied: `{type error}: std::marker::Sized` which is required by `options::CliHowClassesAreWrapped: std::marker::Sized` = note: this error originates in the macro `clap::value_parser` (in Nightly builds, run with -Z macro-backtrace for more info)
clippy
Clippy has exited with exit code 101
clippy
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
clippy
Unexpected input(s) 'token', valid inputs are ['toolchain', 'args', 'use-cross', 'working-directory']