Skip to content

Commit 07ff32b

Browse files
committed
fix: docs
1 parent 10087c7 commit 07ff32b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ use super::{BumpAllocator, allocator::Allocator};
1111
///
1212
/// ```
1313
/// # #![feature(allocator_api)]
14-
/// # use hashql_core::heap::Scratch;
14+
/// # use hashql_core::heap::{Scratch, BumpAllocator};
1515
/// let mut scratch = Scratch::new();
1616
/// let mut vec: Vec<u32, &Scratch> = Vec::new_in(&scratch);
1717
/// vec.push(42);

0 commit comments

Comments
 (0)