mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-28 20:16:58 +03:00
28bc8745ad
Update doc for `PhantomData` to match code example After https://github.com/rust-lang/rust/pull/106621, there is no longer a `T: 'a` annotation in the doc example, so update the text to match the code.