We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecabed6 commit 61fb7adCopy full SHA for 61fb7ad
clippy_lints/src/utils/ast_utils.rs
@@ -7,6 +7,7 @@
7
use crate::utils::{both, over};
8
use rustc_ast::ast::{self, *};
9
use rustc_ast::ptr::P;
10
+use rustc_span::symbol::Ident;
11
use std::mem;
12
13
/// Checks if each element in the first slice is contained within the latter as per `eq_fn`.
0 commit comments