Skip to content

Commit

Permalink
Fix errors for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
aarroyoc committed Jun 17, 2024
1 parent 0569ef8 commit e8cbd2e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/machine/jit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ impl JitMachine {
}
}
module.define_function(func, &mut ctx).unwrap();
println!("{}", ctx.func.display());
// println!("{}", ctx.func.display());
module.clear_context(&mut ctx);

module.finalize_definitions().unwrap();
Expand Down
1 change: 0 additions & 1 deletion src/machine/machine_state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ use indexmap::IndexMap;

use std::convert::TryFrom;
use std::fmt;
use std::pin::*;
use std::ops::{Index, IndexMut};
use std::sync::Arc;

Expand Down

0 comments on commit e8cbd2e

Please sign in to comment.