Skip to content

Commit 8ce65ab

Browse files
Improve comment
1 parent 0779205 commit 8ce65ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

vm/src/vm/runners/cairo_runner_2.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -197,9 +197,9 @@ fn initialize_builtin_runner_segments(
197197
}
198198
}
199199

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.
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.
203203
pub fn get_entrypoint_builtins(entrypoint: &ExecutableEntryPoint) -> Vec<BuiltinName> {
204204
let mut builtins = Vec::with_capacity(entrypoint.builtins.len());
205205

0 commit comments

Comments
 (0)