Permissionlessweb/main #2269
GitHub Actions / clippy
failed
Jan 27, 2025 in 1s
clippy
2 errors
Details
Results
Message level | Amount |
---|---|
Internal compiler error | 0 |
Error | 2 |
Warning | 0 |
Note | 0 |
Help | 0 |
Versions
- rustc 1.85.0-beta.6 (14445aaf3 2025-01-26)
- cargo 1.85.0-beta.6 (d73d2caf9 2024-12-31)
- clippy 0.1.85 (14445aaf35 2025-01-26)
Annotations
Check failure on line 359 in packages/cw-orch-core/src/contract/interface_traits.rs
github-actions / clippy
useless conversion to the same type: `error::CwEnvError`
error: useless conversion to the same type: `error::CwEnvError`
--> packages/cw-orch-core/src/contract/interface_traits.rs:358:29
|
358 | .transpose()
| _____________________________^
| |_____________________________|
359 | || .map_err(Into::into)
| ||____________________________________^
360 | | }
| |_________- help: consider removing
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion
Check failure on line 308 in packages/cw-orch-core/src/contract/interface_traits.rs
github-actions / clippy
useless conversion to the same type: `error::CwEnvError`
error: useless conversion to the same type: `error::CwEnvError`
--> packages/cw-orch-core/src/contract/interface_traits.rs:308:44
|
308 | Some(self.upload()).transpose().map_err(Into::into)
| ____________________________________________-^^^^^^^^^^^^^^^^^^^
309 | | }
| |________- help: consider removing
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion
= note: `-D clippy::useless-conversion` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::useless_conversion)]`
Loading