Skip to content

Commit 823c4f8

Browse files
fix: backport some imports for cherry-picked commit
1 parent b7c38c9 commit 823c4f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/types.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ use std::ops::Deref;
44
use rustc_ast::ast::{self, FnRetTy, Mutability};
55
use rustc_span::{symbol::kw, BytePos, Pos, Span};
66

7+
use crate::comment::{combine_strs_with_missing_comments, contains_comment};
78
use crate::config::lists::*;
89
use crate::config::{IndentStyle, TypeDensity, Version};
910
use crate::expr::{format_expr, rewrite_assign_rhs, rewrite_tuple, rewrite_unary_prefix, ExprType};

0 commit comments

Comments
 (0)