Rollup merge of #71755 - tshepang:fix-comment, r=jonas-schievink
fix doc reference
Should of been in e0ce9f8c0a,
but that had a typo.
This commit is contained in:
commit
da42f6897e
1 changed files with 1 additions and 1 deletions
|
|
@ -2050,7 +2050,7 @@ pub struct Param<'hir> {
|
|||
pub struct FnDecl<'hir> {
|
||||
/// The types of the function's parameters.
|
||||
///
|
||||
/// Additional argument data is stored in the function's [body](Body::parameters).
|
||||
/// Additional argument data is stored in the function's [body](Body::params).
|
||||
pub inputs: &'hir [Ty<'hir>],
|
||||
pub output: FnRetTy<'hir>,
|
||||
pub c_variadic: bool,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue