rage: Build manpages in the build script #1554
ci.yml
on: push
Bitrot
3m 3s
Clippy (MSRV)
2m 55s
Code coverage
4m 18s
Intra-doc links
2m 50s
Rustfmt
11s
Matrix: build
Matrix: test
Annotations
3 errors and 2 warnings
redundant clone:
rage/build.rs#L71
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
|
Clippy (MSRV)
Clippy had exited with the 101 exit code
|
redundant clone:
rage/build.rs#L71
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
|
Clippy (MSRV)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Code coverage
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|