Skip to content

Commit

Permalink
fixup parser
Browse files Browse the repository at this point in the history
Signed-off-by: Yaroslav Bolyukin <[email protected]>
  • Loading branch information
CertainLach committed Jun 5, 2021
1 parent 84ef1d9 commit 1dda2e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/jrsonnet-parser/src/expr.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use gc::{Finalize, Trace, unsafe_empty_trace};
use gc::{unsafe_empty_trace, Finalize, Trace};
use jrsonnet_interner::IStr;
#[cfg(feature = "deserialize")]
use serde::Deserialize;
Expand Down

0 comments on commit 1dda2e4

Please sign in to comment.