Allow shortening reborrows · qinheping/verify-rust-std@7b1c5e8 (original) (raw)
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1408,7 +1408,6 @@ impl<Ptr: DerefMut> Pin { | ||
| 1408 | 1408 | /// } |
| 1409 | 1409 | /// } |
| 1410 | 1410 | /// ``` |
| 1411 | - #[cfg_attr(not(bootstrap), lang = "pin_as_mut")] | |
| 1412 | 1411 | #[stable(feature = "pin", since = "1.33.0")] |
| 1413 | 1412 | #[inline(always)] |
| 1414 | 1413 | pub fn as_mut(&mut self) -> Pin<&mut Ptr::Target> { |