remove unneeded concatenate implementation

This commit is contained in:
Christof Petig 2023-10-20 23:14:05 +02:00
parent 7c4057d7d8
commit e114c8b6f3

View File

@ -516,9 +516,6 @@ impl assets::Asset for ItemList {
const EXTENSION: &'static str = "ron";
}
impl Concatenate for ItemList {
fn concatenate(self, b: Self) -> Self { ItemList(self.0.concatenate(b.0)) }
}
impl assets::Compound for RecipeBook {
fn load(