Skip to content

Commit e019ae7

Browse files
chore: update OperationBuilder documentation now that an Option is no longer passed.
Signed-off-by: Tomas Fabrizio Orsi <tomas.orsi@lambdaclass.com>
1 parent af36091 commit e019ae7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hir-macros/src/operation.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ pub struct OpDefinition {
5656
/// Indicates whether the current operation could belong to a [`SymbolTable`].
5757
///
5858
/// If true, this operation's builder will have an additional parameter of type
59-
///`parent_symbol_table: Option<&mut SymbolTableRef>`. `None` is currently only used in testing.
59+
///`parent_symbol_table: &mut SymbolTableRef`.
6060
belongs_in_symbol_table: bool,
6161
/// The symbolic references held by this op
6262
symbols: Vec<Symbol>,

0 commit comments

Comments
 (0)