feat: Turn All Call::new_in
into Call::new
(i.e. Stop Supporting Reentrancy)
#1747
Annotations
2 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Cargo clippy:
contracts/src/token/erc1155/mod.rs#L789
[clippy] reported by reviewdog 🐶
warning: unused `self` argument
--> contracts/src/token/erc1155/mod.rs:789:9
|
789 | &self,
| ^^^^^
|
= help: consider refactoring to an associated function
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unused_self
= note: `-W clippy::unused-self` implied by `-W clippy::pedantic`
= help: to override `-W clippy::pedantic` add `#[allow(clippy::unused_self)]`
Raw Output:
contracts/src/token/erc1155/mod.rs:789:9:w:warning: unused `self` argument
--> contracts/src/token/erc1155/mod.rs:789:9
|
789 | &self,
| ^^^^^
|
= help: consider refactoring to an associated function
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unused_self
= note: `-W clippy::unused-self` implied by `-W clippy::pedantic`
= help: to override `-W clippy::pedantic` add `#[allow(clippy::unused_self)]`
__END__
|
Loading