fix: add Debug to Character

This commit is contained in:
Anna 2019-04-04 19:30:45 -04:00
parent 5348a44152
commit dee2400f06
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ use url::Url;
use std::collections::BTreeMap;
#[derive(Debug)]
#[cfg_attr(feature = "with_serde", derive(Deserialize, Serialize))]
pub struct Character {
pub id: u64,