diff options
| author | flip1995 <philipp.krones@embecosm.com> | 2021-03-25 19:29:11 +0100 |
|---|---|---|
| committer | flip1995 <philipp.krones@embecosm.com> | 2021-03-25 19:29:11 +0100 |
| commit | 9f6b5de7deaf4dc9e7917370ad09ab85dc23997c (patch) | |
| tree | 9a22fbb24606de4921c8d6842b5d81316ad9ffc2 /clippy_lints/src/mut_reference.rs | |
| parent | e06731bb2837215765530c8768a7d251155c2137 (diff) | |
| download | rust-9f6b5de7deaf4dc9e7917370ad09ab85dc23997c.tar.gz rust-9f6b5de7deaf4dc9e7917370ad09ab85dc23997c.zip | |
Merge commit '0e87918536b9833bbc6c683d1f9d51ee2bf03ef1' into clippyup
Diffstat (limited to 'clippy_lints/src/mut_reference.rs')
| -rw-r--r-- | clippy_lints/src/mut_reference.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clippy_lints/src/mut_reference.rs b/clippy_lints/src/mut_reference.rs index 3f0b765df15..0c09ddb8073 100644 --- a/clippy_lints/src/mut_reference.rs +++ b/clippy_lints/src/mut_reference.rs @@ -1,4 +1,4 @@ -use crate::utils::span_lint; +use clippy_utils::diagnostics::span_lint; use rustc_hir::{BorrowKind, Expr, ExprKind, Mutability}; use rustc_lint::{LateContext, LateLintPass}; use rustc_middle::ty::subst::Subst; |
