diff options
author | Luis Ferro <luis.ferro@eggplant.io> | 2019-11-12 09:44:34 +0100 |
---|---|---|
committer | Luis Ferro <luis.ferro@eggplant.io> | 2019-11-12 09:44:34 +0100 |
commit | 5216caa5e64b8be05ff859ba85f90f7a8fa1e6c1 (patch) | |
tree | 9735bd620d04ee24668c3e933ff9436f55658b82 /src/character.rs | |
parent | 0db41de73fb65bdbe2e412f79704cff1874c7312 (diff) |
Fix diff and remove default macro
Diffstat (limited to 'src/character.rs')
-rw-r--r-- | src/character.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/character.rs b/src/character.rs index 76f4414..3e6c4a7 100644 --- a/src/character.rs +++ b/src/character.rs @@ -2,7 +2,6 @@ use std::cmp; use crate::world::Point;
-#[derive(Default)]
pub struct Character {
pub name: String,
pub class: String,
|