rust/library/core
Matthias Krüger 85d2b2af15
Rollup merge of #135497 - DJMrTV:master, r=jhpratt
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>>`
2025-01-15 22:06:11 +01:00
..
benches Fix typos 2024-12-27 21:35:57 +08:00
src Rollup merge of #135497 - DJMrTV:master, r=jhpratt 2025-01-15 22:06:11 +01:00
tests Add inherent versions of MaybeUninit methods for slices 2025-01-11 23:57:00 -05:00
Cargo.toml Teach rust core about Xtensa VaListImpl and add a custom lowering of vaarg for xtensa. 2024-12-03 10:54:08 +00:00