rage: Build manpages in the build script #1554
GitHub Actions / Clippy (MSRV)
failed
Jan 10, 2024 in 0s
Clippy (MSRV)
1 error
Details
Results
Message level | Amount |
---|---|
Internal compiler error | 0 |
Error | 1 |
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 71 in rage/build.rs
github-actions / Clippy (MSRV)
redundant clone
error: redundant clone
--> rage/build.rs:71:65
|
71 | .flat_map(|output| [Inline::Roman(output.to_owned()), Inline::LineBreak]),
| ^^^^^^^^^^^ help: remove this
|
= note: `-D clippy::redundant-clone` implied by `-D warnings`
note: this value is dropped without further use
--> rage/build.rs:71:59
|
71 | .flat_map(|output| [Inline::Roman(output.to_owned()), Inline::LineBreak]),
| ^^^^^^
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_clone
Loading