Skip to content

Commit df19e65

Browse files
committed
benchmark: Add gitko submodule
1 parent 2c1bb19 commit df19e65

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "misc/gitko"]
2+
path = misc/gitko
3+
url = https://github.com/cohenarthur/gitko

misc/gitko

Submodule gitko added at 4ca14cd

src/instruction/function_call.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
use crate::instruction::{FunctionDec, FunctionKind, Var};
55
use crate::typechecker::TypeCtx;
66
use crate::{
7-
typechecker::CheckedType, Context, ErrKind, Error, InstrKind, Instruction, ObjectInstance,
8-
TypeCheck, JkBool, FromObjectInstance
7+
typechecker::CheckedType, Context, ErrKind, Error, FromObjectInstance, InstrKind, Instruction,
8+
JkBool, ObjectInstance, TypeCheck,
99
};
1010
use std::rc::Rc;
1111

0 commit comments

Comments
 (0)