Support Mac for Unity / Mono #264
build.yml
on: pull_request
Check clippy lints
17s
Check formatting
13s
Matrix: build
Annotations
10 errors and 9 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/emulator/wii/mod.rs#L93
manual `RangeInclusive::contains` implementation
|
Check clippy lints:
src/emulator/wii/mod.rs#L95
manual `RangeInclusive::contains` implementation
|
Check clippy lints:
src/emulator/wii/mod.rs#L166
manual `!RangeInclusive::contains` implementation
|
Check clippy lints:
src/emulator/wii/mod.rs#L192
manual `!RangeInclusive::contains` implementation
|
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
|