about summary refs log tree commit diff
path: root/clippy_utils/src/ptr.rs
diff options
context:
space:
mode:
authorPhilipp Krones <hello@philkrones.com>2024-09-24 11:58:04 +0200
committerPhilipp Krones <hello@philkrones.com>2024-09-24 11:58:04 +0200
commitb61fcbee76f8e862c1de7523058e7e8a8b4ed4ef (patch)
tree94c8da0e70fdde0f678142ebab95e1f55290e74a /clippy_utils/src/ptr.rs
parent249210e8d86a4de347def1be559dfa79d346cb9f (diff)
downloadrust-b61fcbee76f8e862c1de7523058e7e8a8b4ed4ef.tar.gz
rust-b61fcbee76f8e862c1de7523058e7e8a8b4ed4ef.zip
Merge commit '7901289135257ca0fbed3a5522526f95b0f5edba' into clippy-subtree-update
Diffstat (limited to 'clippy_utils/src/ptr.rs')
-rw-r--r--clippy_utils/src/ptr.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/clippy_utils/src/ptr.rs b/clippy_utils/src/ptr.rs
index 991ea428dc3..273c1b0defa 100644
--- a/clippy_utils/src/ptr.rs
+++ b/clippy_utils/src/ptr.rs
@@ -1,5 +1,5 @@
 use crate::source::snippet;
-use crate::visitors::{for_each_expr_without_closures, Descend};
+use crate::visitors::{Descend, for_each_expr_without_closures};
 use crate::{path_to_local_id, strip_pat_refs};
 use core::ops::ControlFlow;
 use rustc_hir::{Body, BodyId, ExprKind, HirId, PatKind};