Skip to content

Commit 1940931

Browse files
author
The rustc-josh-sync Cronjob Bot
committed
Format code
1 parent 2b12546 commit 1940931

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

crates/hir-expand/src/builtin/fn_macro.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,7 @@ use std::borrow::Cow;
55
use base_db::AnchoredPath;
66
use cfg::CfgExpr;
77
use either::Either;
8-
use intern::{
9-
Symbol,
10-
sym,
11-
};
8+
use intern::{Symbol, sym};
129
use itertools::Itertools;
1310
use mbe::{DelimiterKind, expect_fragment};
1411
use span::{Edition, FileId, Span};

crates/hir-ty/src/lower.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@ use rustc_hash::FxHashSet;
4040
use rustc_type_ir::{
4141
AliasTyKind, BoundVarIndexKind, ConstKind, DebruijnIndex, ExistentialPredicate,
4242
ExistentialProjection, ExistentialTraitRef, FnSig, Interner, OutlivesPredicate, TermKind,
43-
TyKind,
44-
TypeFoldable, TypeVisitableExt, Upcast, UpcastFrom, elaborate,
43+
TyKind, TypeFoldable, TypeVisitableExt, Upcast, UpcastFrom, elaborate,
4544
inherent::{Clause as _, GenericArgs as _, IntoKind as _, Region as _, Ty as _},
4645
};
4746
use smallvec::SmallVec;

0 commit comments

Comments
 (0)