Skip to content

Commit 435ba5d

Browse files
authored
Merge from rust-lang#4886
1 parent ec224a9 commit 435ba5d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/expr.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ use crate::comment::{
1313
rewrite_missing_comment, CharClasses, FindUncommented,
1414
};
1515
use crate::config::lists::*;
16-
use crate::config::{Config, ControlBraceStyle, HexLiteralCase, IndentStyle, Version};
16+
use crate::config::{
17+
Config, ControlBraceStyle, IndentStyle, RightHandIndentationStrategy, Version,
18+
};
1719
use crate::lists::{
1820
definitive_tactic, itemize_list, shape_for_tactic, struct_lit_formatting, struct_lit_shape,
1921
struct_lit_tactic, write_list, ListFormatting, Separator,

0 commit comments

Comments
 (0)