Skip to content

Commit 4a9198f

Browse files
FrancoGiachettagabrielbosio
authored andcommitted
Fix comment in initialize_builtins() (#2005)
* fix comment * fix comment * fix * change comment * format
1 parent 16c9d93 commit 4a9198f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

vm/src/vm/runners/cairo_runner.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,8 @@ impl CairoRunner {
273273
/// When running in proof_mode, all builtins in the layout will be created, and only those in the program will be included
274274
/// When not running in proof_mode, only program builtins will be created and included
275275
/// Unless `allow_missing_builtins` is set to true, an error will be returned if a builtin is included in the program but not on the layout
276+
///
277+
/// NOTE: 'included' does not refer to the builtin being included in the builtin runners but rather to the flag `included` in a builtin.
276278
pub fn initialize_builtins(&mut self, allow_missing_builtins: bool) -> Result<(), RunnerError> {
277279
let builtin_ordered_list = vec![
278280
BuiltinName::output,

0 commit comments

Comments
 (0)