1
Fork 0

rustdoc: Make doc::retdoc non-optional

This commit is contained in:
Brian Anderson 2012-01-19 19:14:12 -08:00
parent 6222e98dda
commit fdbe206a76
6 changed files with 31 additions and 48 deletions

View file

@ -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
}
}