Start adding doc comments

This commit is contained in:
Graham Esau 2019-10-20 15:46:09 +01:00
parent b40c160ec2
commit 9a85e0b2a1
4 changed files with 49 additions and 2 deletions

View file

@ -21,6 +21,7 @@ struct Deep1 {
v: Vec<i32>,
}
#[allow(clippy::option_option)]
#[derive(Debug, JsonSchema)]
struct Deep2 {
b: bool,