Skip to content

Commit

Permalink
Fix typo (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
aksh1618 authored Nov 18, 2024
1 parent 327ba29 commit 03cd353
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 @@ -1356,7 +1356,7 @@ macro_rules! __pin_project_make_drop_impl {
//
// There are two possible cases:
// 1. The user type does not implement Drop. In this case,
// the first blanked impl will not apply to it. This code
// the first blanket impl will not apply to it. This code
// will compile, as there is only one impl of MustNotImplDrop for the user type
// 2. The user type does impl Drop. This will make the blanket impl applicable,
// which will then conflict with the explicit MustNotImplDrop impl below.
Expand Down

0 comments on commit 03cd353

Please sign in to comment.