Make HabitBuilder derive Debug
This commit is contained in:
parent
3341e3640c
commit
2b26db70ed
1 changed files with 1 additions and 0 deletions
|
@ -253,6 +253,7 @@ pub mod builder {
|
|||
use libimagutil::date::date_to_string;
|
||||
use habit::IsHabitTemplate;
|
||||
|
||||
#[derive(Debug)]
|
||||
pub struct HabitBuilder {
|
||||
name: Option<String>,
|
||||
comment: Option<String>,
|
||||
|
|
Loading…
Reference in a new issue