about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMichael Howell <michael@notriddle.com>2022-06-16 14:44:09 -0700
committerMichael Howell <michael@notriddle.com>2022-07-19 08:52:25 -0700
commitddb5a2638acbbe33815aefdbeff3266df4ebcd21 (patch)
tree10cd545d2d4c27c5d2b99cb3f2b9860256c4360f
parent5271e32c463e92f1afa6c54aa9dbb6a9d8454e0d (diff)
downloadrust-ddb5a2638acbbe33815aefdbeff3266df4ebcd21.tar.gz
rust-ddb5a2638acbbe33815aefdbeff3266df4ebcd21.zip
Use `T` for all the function primitive docs lists
-rw-r--r--library/core/src/ptr/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/core/src/ptr/mod.rs b/library/core/src/ptr/mod.rs
index caa279f0de5..62548b5fadd 100644
--- a/library/core/src/ptr/mod.rs
+++ b/library/core/src/ptr/mod.rs
@@ -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 }