You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
warning: this expression creates a reference which is immediately dereferenced by the compiler
--> examples/macho_print_checksec_results.rs:27:25
|
27 | match Object::parse(&bytes).unwrap() {
| ^^^^^^ help: change this to: `bytes`
|
0 commit comments