Skip to content

Commit

Permalink
Fix rebase fallout
Browse files Browse the repository at this point in the history
  • Loading branch information
flip1995 committed Jun 7, 2020
1 parent ecabed6 commit 61fb7ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clippy_lints/src/utils/ast_utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
use crate::utils::{both, over};
use rustc_ast::ast::{self, *};
use rustc_ast::ptr::P;
use rustc_span::symbol::Ident;
use std::mem;

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

0 comments on commit 61fb7ad

Please sign in to comment.