We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c36e37 commit 82890e0Copy full SHA for 82890e0
libs/@local/hashql/core/src/heap/transfer.rs
@@ -20,6 +20,8 @@ use super::BumpAllocator;
20
/// - The allocated memory is fully initialized before returning
21
/// - No aliasing violations when returning `&mut` references
22
/// - The allocator keeps memory valid for the full `'alloc` lifetime
23
+///
24
+/// [`Layout`]: core::alloc::Layout
25
pub unsafe trait TransferInto<'alloc, A: Allocator> {
26
type Output;
27
0 commit comments