Skip to content

Commit 226e70c

Browse files
committed
fix: docs
1 parent e9b76a7 commit 226e70c

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)