tincd-clippy-0.1.0:
|
502 | let sa_data = unsafe { ifr.ifr_ifru.ifru_hwaddr }.sa_data.map(|c| c as u8);
| …
tincd-clippy-0.1.0:
|
502 | let sa_data = unsafe { ifr.ifr_ifru.ifru_hwaddr }.sa_data.map(|c| c as u8);
| ^^^^^^^ help: try: `c`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_cast
error: could not compile `tinc-device` (lib) due to 2 previous errors
warning: build failed, waiting for other jobs to finish...
error: could not compile `tinc-device` (lib test) due to 2 previous errors
|