From 832458e7aeba792e2d86c7e32fcdd2f1270e624d Mon Sep 17 00:00:00 2001 From: Samuel Tardieu Date: Mon, 3 Aug 2026 19:00:43 +0200 Subject: [PATCH] Fix broken doc link --- clippy_utils/src/ty/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clippy_utils/src/ty/mod.rs b/clippy_utils/src/ty/mod.rs index edaec8341f2e..23b9619ef33b 100644 --- a/clippy_utils/src/ty/mod.rs +++ b/clippy_utils/src/ty/mod.rs @@ -345,7 +345,7 @@ pub fn opt_must_use_path<'tcx>(cx: &LateContext<'tcx>, ty: Ty<'tcx>) -> Option, path: &MustUsePath) -> String { describe_must_use_type_inner(cx, path, "", "", 1) }