hexi03

Results 1 issues of hexi03

Can we use that variant in `/libcraft/blocks/src/block.rs` ``` #[allow(warnings)] #[allow(clippy::all)] impl BlockKind { /// Returns the `diggable` property of this `BlockKind`. pub fn diggable(&self) -> bool { match self {...