Skip to content

Merge branch 'main' into feat/apply-colors-from-brand-logo-on-screen-… #14

Merge branch 'main' into feat/apply-colors-from-brand-logo-on-screen-…

Merge branch 'main' into feat/apply-colors-from-brand-logo-on-screen-… #14

Status Success
Total duration 50s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

audit.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
this expression creates a reference which is immediately dereferenced by the compiler: src/cli/../converter.rs#L44
warning: this expression creates a reference which is immediately dereferenced by the compiler --> src/cli/../converter.rs:44:19 | 44 | let rgb = rgb(&color)?; | ^^^^^^ help: change this to: `color` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow = note: `#[warn(clippy::needless_borrow)]` on by default
audit
2 warnings found!
audit
Unknown warning kind unsound found, please, file a bug