Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
meskill committed Sep 4, 2024
1 parent 3b7d17b commit 0237744
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/jit/exec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use crate::core::ir::model::IR;
use crate::core::ir::TypedValue;
use crate::core::jit;
use crate::core::jit::synth::Synth;
use crate::core::json::{JsonLike, JsonLikeList, JsonObjectLike};
use crate::core::json::{JsonLike, JsonLikeList};

type SharedStore<Output, Error> = Arc<Mutex<Store<Result<Output, Positioned<Error>>>>>;

Expand Down

0 comments on commit 0237744

Please sign in to comment.