diff options
| author | troido <troido@protonmail.com> | 2020-04-05 23:22:36 +0200 |
|---|---|---|
| committer | troido <troido@protonmail.com> | 2020-04-05 23:22:36 +0200 |
| commit | ff457701ff56072914acb8a7160cd02c2a07095a (patch) | |
| tree | a9f7c9130ce274887924ee140824dc15af061b73 /src/item.rs | |
| parent | 48c24ec8b011d081550dc78329cbe61de67b30e9 (diff) | |
trading now works
Diffstat (limited to 'src/item.rs')
| -rw-r--r-- | src/item.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/item.rs b/src/item.rs index d5ffaa1..420f341 100644 --- a/src/item.rs +++ b/src/item.rs @@ -2,7 +2,6 @@ use std::collections::HashSet; use serde_json::{Value}; -use specs::{Component, DenseVecStorage}; use crate::{ Template, components::{ |
