Skip to content

Commit

Permalink
Add todo comment
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Oct 25, 2024
1 parent 7aadaef commit bac5eb3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1242,6 +1242,8 @@ macro_rules! __pin_project_make_unpin_impl {
[$($impl_generics:tt)*] [$($ty_generics:tt)*] [$(where $($where_clause:tt)*)?]
$($field:tt)*
) => {
// TODO: Using `<unsized type>: Sized` here allow emulating real negative_impls...
// https://github.com/taiki-e/pin-project/issues/340#issuecomment-2428002670
#[doc(hidden)]
impl<'__pin, $($impl_generics)*> $crate::__private::Unpin for $ident <$($ty_generics)*>
where
Expand Down

0 comments on commit bac5eb3

Please sign in to comment.