[WIP] initial u256 conversions commit #121
Annotations
6 errors and 10 warnings
cannot find type `HashSet` in this scope:
crates/freeze/src/types/schemas.rs#L146
error[E0412]: cannot find type `HashSet` in this scope
--> crates/freeze/src/types/schemas.rs:146:22
|
146 | u256_types: &HashSet<U256Type>,
| ^^^^^^^ not found in this scope
|
help: consider importing this struct
|
1 + use std::collections::HashSet;
|
|
cannot find type `HashSet` in this scope:
crates/freeze/src/types/schemas.rs#L18
error[E0412]: cannot find type `HashSet` in this scope
--> crates/freeze/src/types/schemas.rs:18:21
|
18 | pub u256_types: HashSet<U256Type>,
| ^^^^^^^ not found in this scope
|
help: consider importing this struct
|
1 + use std::collections::HashSet;
|
|
code lint
Clippy had exited with the 101 exit code
|
build
Process completed with exit code 101.
|
cannot find type `HashSet` in this scope:
crates/freeze/src/types/schemas.rs#L146
error[E0412]: cannot find type `HashSet` in this scope
--> crates/freeze/src/types/schemas.rs:146:22
|
146 | u256_types: &HashSet<U256Type>,
| ^^^^^^^ not found in this scope
|
help: consider importing this struct
|
1 + use std::collections::HashSet;
|
|
cannot find type `HashSet` in this scope:
crates/freeze/src/types/schemas.rs#L18
error[E0412]: cannot find type `HashSet` in this scope
--> crates/freeze/src/types/schemas.rs:18:21
|
18 | pub u256_types: HashSet<U256Type>,
| ^^^^^^^ not found in this scope
|
help: consider importing this struct
|
1 + use std::collections::HashSet;
|
|
fmt
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, Swatinem/rust-cache@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
fmt
The `save-state` 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/
|
fmt
The `save-state` 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/
|
fmt
The `save-state` 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/
|
fmt
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/
|
fmt
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/
|
fmt
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/
|
fmt
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/
|
fmt
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/
|
code lint
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/
|