Skip to content

Commit

Permalink
fix doc reference
Browse files Browse the repository at this point in the history
Should of been in e0ce9f8,
but that had a typo.
  • Loading branch information
tshepang committed May 1, 2020
1 parent fd61d06 commit 5f4b7a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc_hir/hir.rs
Expand Up @@ -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,
Expand Down

0 comments on commit 5f4b7a4

Please sign in to comment.