diff --git a/all-is-cubes/src/inv/tool.rs b/all-is-cubes/src/inv/tool.rs index 17b5a75ea..11d689de3 100644 --- a/all-is-cubes/src/inv/tool.rs +++ b/all-is-cubes/src/inv/tool.rs @@ -240,7 +240,6 @@ impl Tool { /// /// TODO (API instability): Eventually we will probably want additional decorations /// that probably should not need to be painted into the block itself. - pub fn icon<'a>(&'a self, predefined: &'a BlockProvider) -> Cow<'a, Block> { match self { Self::Activate => Cow::Borrowed(&predefined[Icons::Activate]),