Skip to content

Framework upgrade 0.52.3 #441

Framework upgrade 0.52.3

Framework upgrade 0.52.3 #441

GitHub Actions / clippy succeeded Aug 6, 2024 in 0s

reviewdog [clippy] report

reported by reviewdog 🐶

Findings (0)
Filtered Findings (4)

contracts/nft-minter/src/nft_module.rs|127 col 41| warning: the borrowed expression implements the required traits
--> contracts/nft-minter/src/nft_module.rs:127:41
|
127 | self.nft_token_id().set(&token_id.unwrap_esdt());
| ^^^^^^^^^^^^^^^^^^^^^^^ help: change this to: token_id.unwrap_esdt()
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args
= note: #[warn(clippy::needless_borrows_for_generic_args)] on by default
contracts/multisig-improved/src/common_types/user_role.rs|76 col 5| warning: doc list item missing indentation
--> contracts/multisig-improved/src/common_types/user_role.rs:76:5
|
76 | /// Will keep the board size and proposer count in sync.
| ^
|
= help: if this is supposed to be its own paragraph, add a blank line
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation
= note: #[warn(clippy::doc_lazy_continuation)] on by default
help: indent this line
|
76 | /// Will keep the board size and proposer count in sync.
| ++
contracts/multisig-improved/src/common_types/user_role.rs|76 col 5| warning: doc list item missing indentation
--> contracts/multisig-improved/src/common_types/user_role.rs:76:5
|
76 | /// Will keep the board size and proposer count in sync.
| ^
|
= help: if this is supposed to be its own paragraph, add a blank line
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation
= note: #[warn(clippy::doc_lazy_continuation)] on by default
help: indent this line
|
76 | /// Will keep the board size and proposer count in sync.
| ++
contracts/nft-minter/src/nft_module.rs|127 col 41| warning: the borrowed expression implements the required traits
--> contracts/nft-minter/src/nft_module.rs:127:41
|
127 | self.nft_token_id().set(&token_id.unwrap_esdt());
| ^^^^^^^^^^^^^^^^^^^^^^^ help: change this to: token_id.unwrap_esdt()
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args
= note: #[warn(clippy::needless_borrows_for_generic_args)] on by default