Add a note to AllocRef
, that implementation don't always has to be 'static
#77
Labels
A-Alloc Trait
Issues regarding the Alloc trait
In rust-lang/rust#79327 some
'static
bounds were added to thePin
-API ofBox
. A note should be added somewhere (most likely toAllocRef
, that this is not always required.This is a reminder for me so that I don't forget to add it as soon as I have a chance.
The text was updated successfully, but these errors were encountered: