Fix broken link in Function documentation

This commit is contained in:
Héctor Ramón Jiménez 2025-02-11 20:28:19 +01:00
parent 7d99e4d07e
commit 6f48671042
No known key found for this signature in database
GPG key ID: 7CC46565708259A7

View file

@ -122,7 +122,7 @@ pub trait Function<A, B, O> {
/// # };
/// ```
///
/// 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;