Support Mac for Unity / Mono #254
Annotations
5 warnings
src/file_format/macho.rs#L53
you seem to be trying to use `match` for destructuring a single pattern. Consider using `if let`
|
src/file_format/macho.rs#L75
this expression creates a reference which is immediately dereferenced by the compiler
|
src/file_format/macho.rs#L78
this expression creates a reference which is immediately dereferenced by the compiler
|
src/file_format/macho.rs#L89
casting to the same type is unnecessary (`usize` -> `usize`)
|
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