Skip to content

Commit 984d8ee

Browse files
committed
chore: hide operand macro
1 parent c267dca commit 984d8ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libs/@local/hashql/mir/src/builder/operand.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ impl<'env, 'heap> Deref for OperandBuilder<'env, 'heap> {
6565
}
6666
}
6767

68+
#[doc(hidden)]
6869
#[macro_export]
6970
macro_rules! operand {
7071
($b:expr; $value:tt) => {{

0 commit comments

Comments
 (0)