Simplify system stop error check in macOS screen capture #4663
ci.yml
on: pull_request
Detect Changes
8s
Typecheck
1m 15s
Format (Biome)
10s
Format (Cargo)
16s
Lint (Biome)
11s
Verify Tauri plugin versions
0s
Matrix: Build Desktop
Matrix: Clippy
Matrix: Rust cache
Annotations
1 warning
|
methods with the following characteristics: (`to_*` and `self` type is `Copy`) usually take `self` by value:
crates/rendering/src/lib.rs#L430
warning: methods with the following characteristics: (`to_*` and `self` type is `Copy`) usually take `self` by value
--> crates/rendering/src/lib.rs:430:14
|
430 | fn to_uv(&self, point: XY<f64>) -> XY<f32> {
| ^^^^^
|
= help: consider choosing a less ambiguous name
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.91.0/index.html#wrong_self_convention
= note: `#[warn(clippy::wrong_self_convention)]` on by default
|