Skip to content

fullscreen

fullscreen #703

Triggered via pull request July 24, 2023 23:30
Status Failure
Total duration 24s
Artifacts

gui-build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
build
Process completed with exit code 1.
taken reference of right operand: theseus/src/launcher/mod.rs#L457
warning: taken reference of right operand --> theseus/src/launcher/mod.rs:457:32 | 457 | .find(|(k, _)| k == &key) | ^^^^^---- | | | help: use the right value directly: `key` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#op_ref = note: `#[warn(clippy::op_ref)]` on by default