From 6f48671042088a9cbde701f83e58667025349307 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Tue, 11 Feb 2025 20:28:19 +0100 Subject: Fix broken link in `Function` documentation --- core/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/src') diff --git a/core/src/lib.rs b/core/src/lib.rs index cd05cb25..03cc0632 100644 --- a/core/src/lib.rs +++ b/core/src/lib.rs @@ -122,7 +122,7 @@ pub trait Function { /// # }; /// ``` /// - /// That's quite a mouthful. [`with`] lets you write: + /// That's quite a mouthful. [`with`](Self::with) lets you write: /// /// ```rust /// # use iced_core::Function; -- cgit