Skip to content

Commit 2865cd0

Browse files
committed
fmt
1 parent bf723aa commit 2865cd0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

compiler/rustc_attr_parsing/src/context.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ use rustc_hir::{AttrArgs, AttrItem, AttrPath, Attribute, HashIgnoredAttrId, HirI
1414
use rustc_session::Session;
1515
use rustc_span::{DUMMY_SP, ErrorGuaranteed, Span, Symbol, sym};
1616

17-
use crate::attributes::allow_unstable::{AllowConstFnUnstableParser, AllowInternalUnstableParser, UnstableFeatureBoundParser};
17+
use crate::attributes::allow_unstable::{
18+
AllowConstFnUnstableParser, AllowInternalUnstableParser, UnstableFeatureBoundParser,
19+
};
1820
use crate::attributes::codegen_attrs::{
1921
ColdParser, ExportNameParser, NakedParser, NoMangleParser, OptimizeParser, TargetFeatureParser,
2022
TrackCallerParser, UsedParser,

0 commit comments

Comments
 (0)