add comment
This commit is contained in:
parent
ad6b7d0c1b
commit
2660ff9a70
1 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
// This module is only for the schema definition. Always use `Option<T>` for
|
||||
// optional values, and do not implement `Default`s or use `#[serde(default)]`s.
|
||||
// Optional values are handled in the main Firefish program, and this tool
|
||||
// does not take care of it.
|
||||
|
||||
use serde::{Deserialize, Serialize};
|
||||
use validator::Validate;
|
||||
|
||||
|
|
Loading…
Reference in a new issue