Support Mac for Unity / Mono #254
build.yml
on: pull_request
Check clippy lints
10s
Check formatting
6s
Matrix: build
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
|