Fix formatting error in pin.rs docs
This commit is contained in:
parent
18f32b73bd
commit
bb3a071df8
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@
|
|||
//! relies on pinning requires unsafe code, but be aware that deciding to make
|
||||
//! use of pinning in your type (for example by implementing some operation on
|
||||
//! <code>[Pin]<[&]Self></code> or <code>[Pin]<[&mut] Self></code>) has consequences for your
|
||||
//! [`Drop`][Drop]implementation as well: if an element of your type could have been pinned,
|
||||
//! [`Drop`][Drop] implementation as well: if an element of your type could have been pinned,
|
||||
//! you must treat [`Drop`][Drop] as implicitly taking <code>[Pin]<[&mut] Self></code>.
|
||||
//!
|
||||
//! For example, you could implement [`Drop`][Drop] as follows:
|
||||
|
|
Loading…
Add table
Reference in a new issue