feat(bitcoin): <- adds fee hardcap #4
GitHub Actions / clippy
failed
Dec 18, 2023 in 0s
clippy
1 error
Details
Results
Message level | Amount |
---|---|
Internal compiler error | 0 |
Error | 1 |
Warning | 0 |
Note | 0 |
Help | 0 |
Versions
- rustc 1.74.1 (a28077b28 2023-12-04)
- cargo 1.74.1 (ecb9851af 2023-10-18)
- clippy 0.1.74 (a28077b 2023-12-04)
Annotations
Check failure on line 63 in common/file_logger/src/file_logger.rs
github-actions / clippy
useless use of `vec!`
error: useless use of `vec!`
--> common/file_logger/src/file_logger.rs:63:26
|
63 | let log_levels = vec!["info", "warn", "debug", "error", "trace"];
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: you can use an array directly: `["info", "warn", "debug", "error", "trace"]`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_vec
= note: `-D clippy::useless-vec` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::useless_vec)]`
Loading