rustdoc: Make doc::retdoc non-optional
This commit is contained in:
parent
6222e98dda
commit
fdbe206a76
6 changed files with 31 additions and 48 deletions
|
@ -80,7 +80,10 @@ fn fndoc_from_fn(
|
|||
brief: none,
|
||||
desc: none,
|
||||
args: argdocs_from_args(decl.inputs),
|
||||
return: none,
|
||||
return: {
|
||||
desc: none,
|
||||
ty: none
|
||||
},
|
||||
sig: none
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue