Add IRC27 and IRC30 metadata utilities #3783
GitHub Actions / Clippy Results for the Rust Core
failed
Sep 7, 2023 in 0s
Clippy Results for the Rust Core
2 errors
Details
Results
Message level | Amount |
---|---|
Internal compiler error | 0 |
Error | 2 |
Warning | 0 |
Note | 0 |
Help | 0 |
Versions
- rustc 1.73.0-beta.4 (9f37cd4f7 2023-09-01)
- cargo 1.73.0-beta.4 (9c4383fb5 2023-08-26)
- clippy 0.1.73 (9f37cd4 2023-09-01)
Annotations
Check failure on line 1213 in sdk/tests/client/input_selection/nft_outputs.rs
github-actions / Clippy Results for the Rust Core
failed to resolve: could not find `Irc27Metadata` in `feature`
error[E0433]: failed to resolve: could not find `Irc27Metadata` in `feature`
--> sdk/tests/client/input_selection/nft_outputs.rs:1213:61
|
1213 | let metadata = iota_sdk::types::block::output::feature::Irc27Metadata::new(
| ^^^^^^^^^^^^^ could not find `Irc27Metadata` in `feature`
Check failure on line 1191 in sdk/tests/client/input_selection/nft_outputs.rs
github-actions / Clippy Results for the Rust Core
failed to resolve: could not find `Irc27Metadata` in `feature`
error[E0433]: failed to resolve: could not find `Irc27Metadata` in `feature`
--> sdk/tests/client/input_selection/nft_outputs.rs:1191:61
|
1191 | let metadata = iota_sdk::types::block::output::feature::Irc27Metadata::new(
| ^^^^^^^^^^^^^ could not find `Irc27Metadata` in `feature`
Loading