Skip to content

Commit 5f4b7a4

Browse files
committed
fix doc reference
Should of been in e0ce9f8, but that had a typo.
1 parent fd61d06 commit 5f4b7a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_hir/hir.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2050,7 +2050,7 @@ pub struct Param<'hir> {
20502050
pub struct FnDecl<'hir> {
20512051
/// The types of the function's parameters.
20522052
///
2053-
/// Additional argument data is stored in the function's [body](Body::parameters).
2053+
/// Additional argument data is stored in the function's [body](Body::params).
20542054
pub inputs: &'hir [Ty<'hir>],
20552055
pub output: FnRetTy<'hir>,
20562056
pub c_variadic: bool,

0 commit comments

Comments
 (0)