Skip to content

Commit

Permalink
Make it compile with MSRV.
Browse files Browse the repository at this point in the history
  • Loading branch information
01mf02 committed May 7, 2024
1 parent ba1b1c1 commit b893edb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jaq-interpret/src/lir.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use alloc::vec::Vec;
use jaq_syn::filter::{AssignOp, BinaryOp, Fold, KeyVal};
use jaq_syn::{MathOp, Spanned, Str};

pub struct Ctx {
pub(crate) struct Ctx {
pub defs: Vec<Filter>,
callable: Vec<Callable>,
}
Expand Down

0 comments on commit b893edb

Please sign in to comment.