Skip to content

Commit ddb5a26

Browse files
committed
Use T for all the function primitive docs lists
1 parent 5271e32 commit ddb5a26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: library/core/src/ptr/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1938,7 +1938,7 @@ macro_rules! fnptr_impls_args {
19381938
}
19391939

19401940
fnptr_impls_args! {}
1941-
fnptr_impls_args! { A }
1941+
fnptr_impls_args! { T }
19421942
fnptr_impls_args! { A, B }
19431943
fnptr_impls_args! { A, B, C }
19441944
fnptr_impls_args! { A, B, C, D }

0 commit comments

Comments
 (0)