We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0779205 commit 8ce65abCopy full SHA for 8ce65ab
vm/src/vm/runners/cairo_runner_2.rs
@@ -197,9 +197,9 @@ fn initialize_builtin_runner_segments(
197
}
198
199
200
-// TODO: Remove this once cyclic dependency is fixed.
201
-// It should not be necessary, but cargo treats executable BuiltinName as a separate type
202
-// which is why I had to create this adapter function.
+/// TODO: Remove this once cyclic dependency is fixed.
+/// It should not be necessary, but cargo treats executable BuiltinName as a separate type
+/// which is why I had to create this adapter function.
203
pub fn get_entrypoint_builtins(entrypoint: &ExecutableEntryPoint) -> Vec<BuiltinName> {
204
let mut builtins = Vec::with_capacity(entrypoint.builtins.len());
205
0 commit comments