Skip to content

Commit

Permalink
Use T for all the function primitive docs lists
Browse files Browse the repository at this point in the history
  • Loading branch information
notriddle committed Jul 19, 2022
1 parent 5271e32 commit ddb5a26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/core/src/ptr/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1938,7 +1938,7 @@ macro_rules! fnptr_impls_args {
}

fnptr_impls_args! {}
fnptr_impls_args! { A }
fnptr_impls_args! { T }
fnptr_impls_args! { A, B }
fnptr_impls_args! { A, B, C }
fnptr_impls_args! { A, B, C, D }
Expand Down

0 comments on commit ddb5a26

Please sign in to comment.