Skip to content

Commit

Permalink
Update src/lib.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e authored Mar 29, 2024
1 parent 9e340aa commit 821dfc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ pin-project supports this.
///
/// Note that the argument to `PinnedDrop::drop` cannot be named `self`.
///
/// `pin_project_lite` implements the actual [`Drop`] trait via PinnedDrop you implemented. To
/// `pin_project!` implements the actual [`Drop`] trait via PinnedDrop you implemented. To
/// explicitly drop a type that implements PinnedDrop, use the [drop] function just like dropping a
/// type that directly implements [Drop].
///
Expand Down

0 comments on commit 821dfc0

Please sign in to comment.