1
Fork 0

rustdoc: Don't bother reporting the type of return values

This commit is contained in:
Brian Anderson 2012-03-08 13:41:14 -08:00
parent 5c28b2c1d1
commit ac8b2c8354
5 changed files with 19 additions and 240 deletions

View file

@ -136,8 +136,7 @@ fn fndoc_from_fn(
item: itemdoc,
args: argdocs_from_args(decl.inputs),
return: {
desc: none,
ty: none
desc: none
},
failure: none,
sig: none
@ -253,8 +252,7 @@ fn ifacedoc_from_iface(
desc: none,
args: argdocs_from_args(method.decl.inputs),
return: {
desc: none,
ty: none
desc: none
},
failure: none,
sig: none
@ -296,8 +294,7 @@ fn impldoc_from_impl(
desc: none,
args: argdocs_from_args(method.decl.inputs),
return: {
desc: none,
ty: none
desc: none
},
failure: none,
sig: none