mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-28 20:16:58 +03:00
85d2b2af15
fix typo in typenames of pin documentation I noticed this whilst reading the documentation for pin. Basically there was just one to many closing angle brackets on the type parameters in the documentation where instead of being `Pin<&mut T>` it was `Pin<&mut T>>`