change royalties for brand #123
actions.yml
on: pull_request
Contracts
/
Wasm tests
8m 16s
Contracts
/
Rust tests
50s
Contracts
/
Clippy linter check
20s
Annotations
2 errors and 6 warnings
Contracts / Wasm tests
unknown feature `proc_macro_span_shrink`
|
Contracts / Wasm tests
Process completed with exit code 101.
|
[clippy] nft-minter/src/royalties.rs#L29:
nft-minter/src/royalties.rs#L29
warning: this expression creates a reference which is immediately dereferenced by the compiler
--> nft-minter/src/royalties.rs:29:25
|
29 | self.brand_info(&brand_id)
| ^^^^^^^^^ help: change this to: `brand_id`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
= note: `#[warn(clippy::needless_borrow)]` on by default
|
[clippy] nft-minter/src/royalties.rs#L29:
nft-minter/src/royalties.rs#L29
warning: this expression creates a reference which is immediately dereferenced by the compiler
--> nft-minter/src/royalties.rs:29:25
|
29 | self.brand_info(&brand_id)
| ^^^^^^^^^ help: change this to: `brand_id`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
= note: `#[warn(clippy::needless_borrow)]` on by default
|
Contracts / Clippy linter check
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, giraffate/clippy-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Contracts / Rust tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Contracts / Wasm tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Contracts / Wasm tests
the feature `lang_items` is internal to the compiler or standard library
|