Skip to content

Commit 720df10

Browse files
committed
Run cargo fmt
1 parent 38513b3 commit 720df10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compiler-core/src/type_/error.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
use super::{
2-
expression::{ArgumentKind, CallKind},
32
FieldAccessUsage,
3+
expression::{ArgumentKind, CallKind},
44
};
55
use crate::{
66
ast::{BinOp, BitArraySegmentTruncation, Layer, SrcSpan, TodoKind},
77
build::Target,
8-
type_::{expression::ComparisonOutcome, Type},
8+
type_::{Type, expression::ComparisonOutcome},
99
};
1010

1111
use camino::Utf8PathBuf;

0 commit comments

Comments
 (0)