File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff 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,
You can’t perform that action at this time.
0 commit comments