change ultrawarm to be required #2072
Annotations
3 errors and 5 warnings
mismatched types:
azalea-physics/src/fluids.rs#L38
error[E0308]: mismatched types
--> azalea-physics/src/fluids.rs:38:21
|
38 | == Some(1);
| ---- ^ expected `bool`, found integer
| |
| arguments to this enum variant are incorrect
|
help: the type constructed contains `{integer}` due to the type of the argument passed
--> azalea-physics/src/fluids.rs:38:16
|
38 | == Some(1);
| ^^^^^-^
| |
| this argument influences the type of `Some`
note: tuple variant defined here
--> /rustc/824759493246ee383beb9cd5ceffa0e15deb9fa4/library/core/src/option.rs:580:5
|
mismatched types:
azalea-physics/src/fluids.rs#L38
error[E0308]: mismatched types
--> azalea-physics/src/fluids.rs:38:21
|
38 | == Some(1);
| ---- ^ expected `bool`, found integer
| |
| arguments to this enum variant are incorrect
|
help: the type constructed contains `{integer}` due to the type of the argument passed
--> azalea-physics/src/fluids.rs:38:16
|
38 | == Some(1);
| ^^^^^-^
| |
| this argument influences the type of `Some`
note: tuple variant defined here
--> /rustc/824759493246ee383beb9cd5ceffa0e15deb9fa4/library/core/src/option.rs:580:5
|
clippy_check
Clippy had exited with the 101 exit code
|
clippy_check
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
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/
|