Skip to content

Commit

Permalink
Linter fix
Browse files Browse the repository at this point in the history
  • Loading branch information
missingdays committed Sep 24, 2024
1 parent 8d48113 commit 32dfa96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pilota-build/src/codegen/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ use rayon::prelude::{IntoParallelRefIterator, ParallelIterator};
use traits::CodegenBackend;

use self::workspace::Workspace;
use crate::rir::{Item, NodeKind};
use crate::{
db::RirDatabase,
dedup::def_id_equal,
Expand All @@ -26,6 +25,7 @@ use crate::{
context::{tls::CUR_ITEM, Mode},
rir,
},
rir::{Item, NodeKind},
symbol::{DefId, EnumRepr, FileId},
Context, Symbol,
};
Expand Down

0 comments on commit 32dfa96

Please sign in to comment.