Start adding doc comments
This commit is contained in:
parent
b40c160ec2
commit
9a85e0b2a1
4 changed files with 49 additions and 2 deletions
|
@ -21,6 +21,7 @@ struct Deep1 {
|
|||
v: Vec<i32>,
|
||||
}
|
||||
|
||||
#[allow(clippy::option_option)]
|
||||
#[derive(Debug, JsonSchema)]
|
||||
struct Deep2 {
|
||||
b: bool,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue