File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 373373//! exactly what we did with our `AddrTracker` example above. Without doing this, you *must not*
374374//! rely on pinning-related guarantees to apply to your type!
375375//!
376- //! If need to truly pin a value of a foreign or built-in type that implements [`Unpin`], you'll
377- //! need to create your own wrapper type around the [`Unpin`] type you want to pin and then
378- //! opts -out of [`Unpin`] using [`PhantomPinned`].
376+ //! If you really need to pin a value of a foreign or built-in type that implements [`Unpin`],
377+ //! you'll need to create your own wrapper type around the [`Unpin`] type you want to pin and then
378+ //! opt -out of [`Unpin`] using [`PhantomPinned`].
379379//!
380380//! Exposing access to the inner field which you want to remain pinned must then be carefully
381381//! considered as well! Remember, exposing a method that gives access to a
You can’t perform that action at this time.
0 commit comments