mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 06:44:35 +00:00
Use T
for all the function primitive docs lists
This commit is contained in:
parent
5271e32c46
commit
ddb5a2638a
@ -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 }
|
||||
|
Loading…
Reference in New Issue
Block a user