Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
EclecticGriffin committed Jan 13, 2025
1 parent 615e939 commit b647c7f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions calyx-frontend/src/parser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@ use super::ast::{
};
use super::Attributes;
use crate::{
attribute::{SetAttr, SetAttribute},
attributes::ParseAttributeWrapper,
Attribute, Direction, PortDef, Primitive, Width,
attribute::SetAttribute, attributes::ParseAttributeWrapper, Attribute,
Direction, PortDef, Primitive, Width,
};
use calyx_utils::{self, float, CalyxResult, Id, PosString};
use calyx_utils::{FileIdx, GPosIdx, GlobalPositionTable};
Expand Down

0 comments on commit b647c7f

Please sign in to comment.