Support Mac for Unity / Mono #302
Annotations
5 warnings
Run Clippy:
src/file_format/macho.rs#L53
you seem to be trying to use `match` for destructuring a single pattern. Consider using `if let`
|
Run Clippy:
src/file_format/macho.rs#L75
this expression creates a reference which is immediately dereferenced by the compiler
|
Run Clippy:
src/file_format/macho.rs#L78
this expression creates a reference which is immediately dereferenced by the compiler
|
Run Clippy:
src/file_format/macho.rs#L89
casting to the same type is unnecessary (`usize` -> `usize`)
|
Run Clippy:
src/file_format/macho.rs#L104
question mark operator is useless here
|
The logs for this run have expired and are no longer available.
Loading