GitHub Actions / Clippy (MSRV)
failed
Jan 15, 2024 in 0s
Clippy (MSRV)
2 errors
Details
Results
Message level | Amount |
---|---|
Internal compiler error | 0 |
Error | 2 |
Warning | 0 |
Note | 0 |
Help | 0 |
Versions
- rustc 1.65.0 (897e37553 2022-11-02)
- cargo 1.65.0 (4bc8f24d3 2022-10-20)
- clippy 0.1.65 (897e375 2022-11-02)
Annotations
Check failure on line 91 in rage/src/bin/rage-keygen/main.rs
github-actions / Clippy (MSRV)
`to_string` applied to a type that implements `Display` in `writeln!` args
error: `to_string` applied to a type that implements `Display` in `writeln!` args
--> rage/src/bin/rage-keygen/main.rs:91:54
|
91 | writeln!(output, "{}", sk.to_public().to_string())
| ^^^^^^^^^^^^ help: remove this
|
= note: `-D clippy::to-string-in-format-args` implied by `-D warnings`
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#to_string_in_format_args
Check failure on line 91 in rage/src/bin/rage-keygen/main.rs
github-actions / Clippy (MSRV)
`to_string` applied to a type that implements `Display` in `writeln!` args
error: `to_string` applied to a type that implements `Display` in `writeln!` args
--> rage/src/bin/rage-keygen/main.rs:91:54
|
91 | writeln!(output, "{}", sk.to_public().to_string())
| ^^^^^^^^^^^^ help: remove this
|
= note: `-D clippy::to-string-in-format-args` implied by `-D warnings`
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#to_string_in_format_args
Loading