We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10087c7 commit 07ff32bCopy full SHA for 07ff32b
libs/@local/hashql/core/src/heap/scratch.rs
@@ -11,7 +11,7 @@ use super::{BumpAllocator, allocator::Allocator};
11
///
12
/// ```
13
/// # #![feature(allocator_api)]
14
-/// # use hashql_core::heap::Scratch;
+/// # use hashql_core::heap::{Scratch, BumpAllocator};
15
/// let mut scratch = Scratch::new();
16
/// let mut vec: Vec<u32, &Scratch> = Vec::new_in(&scratch);
17
/// vec.push(42);
0 commit comments