Skip to content

Commit

Permalink
Fix clippy warning
Browse files Browse the repository at this point in the history
  • Loading branch information
yannham committed Oct 28, 2024
1 parent 343b319 commit 2a68bdc
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions core/src/bytecode/ast/compat.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,7 @@
//! in [crate::bytecode::ast].

use super::{primop::PrimOp, *};
use crate::{
label,
term::{self, pattern},
typ as mline_type,
};
use crate::{label, term, typ as mline_type};
use smallvec::SmallVec;

/// Convert from the mainline Nickel representation to the new AST representation. This trait is
Expand Down

0 comments on commit 2a68bdc

Please sign in to comment.