diff options
| author | 2024-05-01 01:53:25 +0200 | |
|---|---|---|
| committer | 2024-05-01 01:53:25 +0200 | |
| commit | 01b014c19fa2a3c200fb2077e31822f525f729cf (patch) | |
| tree | 0ec25d8bcbf4bff4bf7e9ee9c9e462ef2f47af3a /core | |
| parent | 58ea914ad21ea9c5ae7b7b1c167ed084c9ddb07a (diff) | |
| download | iced-01b014c19fa2a3c200fb2077e31822f525f729cf.tar.gz iced-01b014c19fa2a3c200fb2077e31822f525f729cf.tar.bz2 iced-01b014c19fa2a3c200fb2077e31822f525f729cf.zip | |
Fix documentation link in `image::Handle`
Diffstat (limited to '')
| -rw-r--r-- | core/src/image.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/image.rs b/core/src/image.rs index c44ccc30..c38239bc 100644 --- a/core/src/image.rs +++ b/core/src/image.rs @@ -29,7 +29,7 @@ pub enum Handle { /// /// Use [`from_rgba`] to create this variant. /// - /// [`from_rgba`]: Self::from_bytes + /// [`from_rgba`]: Self::from_rgba Rgba { /// The id of this handle. id: Id, |
