Skip to content

Commit a1d3d4a

Browse files
committed
fix: doctest
1 parent c33a2ad commit a1d3d4a

File tree

1 file changed

+1
-1
lines changed
  • libs/@local/hashql/core/src/intern

1 file changed

+1
-1
lines changed

libs/@local/hashql/core/src/intern/set.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ where
202202
/// ```
203203
/// # use hashql_core::{heap::Heap, intern::InternSet};
204204
/// let heap = Heap::new();
205-
/// let interner = InternSet::new(&heap);
205+
/// let interner: InternSet<u32> = InternSet::new(&heap);
206206
///
207207
/// interner.reserve(100);
208208
/// ```

0 commit comments

Comments
 (0)