Skip to content

Commit 61fb7ad

Browse files
committed
Fix rebase fallout
1 parent ecabed6 commit 61fb7ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clippy_lints/src/utils/ast_utils.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
use crate::utils::{both, over};
88
use rustc_ast::ast::{self, *};
99
use rustc_ast::ptr::P;
10+
use rustc_span::symbol::Ident;
1011
use std::mem;
1112

1213
/// Checks if each element in the first slice is contained within the latter as per `eq_fn`.

0 commit comments

Comments
 (0)