Skip to content

Support Mac for Unity / Mono #254

Support Mac for Unity / Mono

Support Mac for Unity / Mono #254

Triggered via pull request December 1, 2023 14:28
Status Success
Total duration 33s
Artifacts

build.yml

on: pull_request
Check clippy lints
10s
Check clippy lints
Check formatting
6s
Check formatting
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 5 warnings
Check formatting: src/file_format/macho.rs#L1
Diff in /home/runner/work/asr/asr/src/file_format/macho.rs
Check formatting: src/file_format/macho.rs#L54
Diff in /home/runner/work/asr/asr/src/file_format/macho.rs
Check formatting: src/file_format/macho.rs#L66
Diff in /home/runner/work/asr/asr/src/file_format/macho.rs
Check formatting: src/file_format/macho.rs#L73
Diff in /home/runner/work/asr/asr/src/file_format/macho.rs
Check formatting: src/file_format/macho.rs#L78
Diff in /home/runner/work/asr/asr/src/file_format/macho.rs
Check formatting: src/file_format/macho.rs#L91
Diff in /home/runner/work/asr/asr/src/file_format/macho.rs
Check formatting: src/file_format/macho.rs#L108
Diff in /home/runner/work/asr/asr/src/file_format/macho.rs
Check formatting: src/file_format/macho.rs#L116
Diff in /home/runner/work/asr/asr/src/file_format/macho.rs
Check formatting: src/file_format/mod.rs#L1
Diff in /home/runner/work/asr/asr/src/file_format/mod.rs
Check formatting: src/game_engine/unity/mono.rs#L1
Diff in /home/runner/work/asr/asr/src/game_engine/unity/mono.rs
Check clippy lints: src/file_format/macho.rs#L53
you seem to be trying to use `match` for destructuring a single pattern. Consider using `if let`
Check clippy lints: src/file_format/macho.rs#L75
this expression creates a reference which is immediately dereferenced by the compiler
Check clippy lints: src/file_format/macho.rs#L78
this expression creates a reference which is immediately dereferenced by the compiler
Check clippy lints: src/file_format/macho.rs#L89
casting to the same type is unnecessary (`usize` -> `usize`)
Check clippy lints: src/file_format/macho.rs#L104
question mark operator is useless here