Skip to content

Address Cargo Stylus Feedback #53

Address Cargo Stylus Feedback

Address Cargo Stylus Feedback #53

This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Actions / clippy succeeded Sep 1, 2023 in 1s

clippy

1 warning

Details

Results

Message level Amount
Internal compiler error 0
Error 0
Warning 1
Note 0
Help 0

Versions

  • rustc 1.73.0-beta.3 (bc28abf92 2023-08-27)
  • cargo 1.73.0-beta.3 (9c4383fb5 2023-08-26)
  • clippy 0.1.73 (bc28abf 2023-08-27)

Annotations

Check warning on line 65 in src/deploy.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

the borrowed expression implements the required traits

warning: the borrowed expression implements the required traits
  --> src/deploy.rs:65:21
   |
65 |         hex::encode(&addr).mint()
   |                     ^^^^^ help: change this to: `addr`
   |
   = 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