rustdoc: extend #[doc(tuple_variadic)]
to fn pointers
The attribute is also renamed `fake_variadic`.
This commit is contained in:
parent
263edd43c5
commit
1169832f2f
21 changed files with 61 additions and 42 deletions
|
@ -685,6 +685,7 @@ symbols! {
|
|||
fabsf32,
|
||||
fabsf64,
|
||||
fadd_fast,
|
||||
fake_variadic,
|
||||
fdiv_fast,
|
||||
feature,
|
||||
fence,
|
||||
|
@ -1460,7 +1461,6 @@ symbols! {
|
|||
tuple,
|
||||
tuple_from_req,
|
||||
tuple_indexing,
|
||||
tuple_variadic,
|
||||
two_phase,
|
||||
ty,
|
||||
type_alias_enum_variants,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue