Skip to content

Commit a58b963

Browse files
committed
fix rustfmt due to the ast change
1 parent b94513a commit a58b963

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/tools/rustfmt/src/imports.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ impl UseTree {
458458
version,
459459
});
460460
}
461-
UseTreeKind::Nested(ref list) => {
461+
UseTreeKind::Nested { items: ref list, .. } => {
462462
// Extract comments between nested use items.
463463
// This needs to be done before sorting use items.
464464
let items = itemize_list(

0 commit comments

Comments
 (0)