separate data types into own module #11
Annotations
10 errors and 6 warnings
drawing/src/data/mod.rs#L68
hidden lifetime parameters in types are deprecated
|
drawing/src/feature.rs#L143
this `else { if .. }` block can be collapsed
|
drawing/src/feature.rs#L172
this `else { if .. }` block can be collapsed
|
drawing/src/data/terms.rs#L78
unused variable: `fk`
|
drawing/src/constraints.rs#L34
unreachable pattern
|
drawing/src/data/constraint_data.rs#L19
usage of `contains_key` followed by `insert` on a `HashMap`
|
drawing/src/data/constraint_data.rs#L39
usage of `contains_key` followed by `insert` on a `HashMap`
|
drawing/src/data/constraint_data.rs#L48
you seem to be trying to use `match` for destructuring a single pattern. Consider using `if let`
|
drawing/src/data/constraint_data.rs#L69
you are using an explicit closure for copying elements
|
drawing/src/data/constraint_data.rs#L69
using `clone` on type `ConstraintKey` which implements the `Copy` trait
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
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/
|
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/
|
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/
|
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/
|
|
The logs for this run have expired and are no longer available.
Loading