mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
remove unneeded concatenate implementation
This commit is contained in:
parent
7c4057d7d8
commit
e114c8b6f3
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user