mycroftholmess@lemm.ee to Programmer Humor@programming.dev · 2 years agoGolang be likei.imgur.comimagemessage-square51fedilinkarrow-up148arrow-down10
arrow-up148arrow-down1imageGolang be likei.imgur.commycroftholmess@lemm.ee to Programmer Humor@programming.dev · 2 years agomessage-square51fedilink
minus-squarephilm@programming.devlinkfedilinkarrow-up2·2 years agoIs this a hard error? Like it doesn’t compile at all? Isn’t there something like #[allow(unused)] in Rust you can put over the declaration?
Is this a hard error? Like it doesn’t compile at all?
Isn’t there something like
#[allow(unused)]
in Rust you can put over the declaration?