Skip to content

Commit 82890e0

Browse files
committed
fix: docs
1 parent 9c36e37 commit 82890e0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libs/@local/hashql/core/src/heap/transfer.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ use super::BumpAllocator;
2020
/// - The allocated memory is fully initialized before returning
2121
/// - No aliasing violations when returning `&mut` references
2222
/// - The allocator keeps memory valid for the full `'alloc` lifetime
23+
///
24+
/// [`Layout`]: core::alloc::Layout
2325
pub unsafe trait TransferInto<'alloc, A: Allocator> {
2426
type Output;
2527

0 commit comments

Comments
 (0)