Skip to content

Release 0.4.3

Release 0.4.3 #72

Triggered via push January 6, 2025 22:25
Status Success
Total duration 12m 6s
Artifacts

rust.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

7 warnings
format
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
clippy: src/config.rs#L49
very complex type used. Consider factoring parts into `type` definitions
clippy: src/config.rs#L195
very complex type used. Consider factoring parts into `type` definitions
clippy: src/config.rs#L200
the borrowed expression implements the required traits
clippy: src/config.rs#L201
this expression creates a reference which is immediately dereferenced by the compiler
clippy: src/settings_table.rs#L1425
unnecessary closure used with `bool::then`
clippy: src/timer_form.rs#L927
unneeded `return` statement