We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18f32b7 commit bb3a071Copy full SHA for bb3a071
library/core/src/pin.rs
@@ -175,7 +175,7 @@
175
//! relies on pinning requires unsafe code, but be aware that deciding to make
176
//! use of pinning in your type (for example by implementing some operation on
177
//! <code>[Pin]<[&]Self></code> or <code>[Pin]<[&mut] Self></code>) has consequences for your
178
-//! [`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,
179
//! you must treat [`Drop`][Drop] as implicitly taking <code>[Pin]<[&mut] Self></code>.
180
//!
181
//! For example, you could implement [`Drop`][Drop] as follows:
0 commit comments