Skip to content

Commit

Permalink
Auto merge of #118321 - WaffleLapkin:unspace-fn-pointer-fake-variadic…
Browse files Browse the repository at this point in the history
…, r=notriddle

rustdoc: Remove space from fake-variadic fn ptr impls

before: `for fn (T₁, T₂, …, Tₙ) -> Ret`
after: `for fn(T₁, T₂, …, Tₙ) -> Ret`

I don't think we usually have spaces there, so it looks weird.

cc `@notriddle` since you added the space in rust-lang/rust#98180 (or rather, added the feature with a space included).
  • Loading branch information
bors committed Nov 27, 2023
2 parents 221cbad + 3ada01c commit a7ea660
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit a7ea660

Please sign in to comment.