Fix documentation link in image::Handle

This commit is contained in:
Héctor Ramón Jiménez 2024-05-01 01:53:25 +02:00
parent 58ea914ad2
commit 01b014c19f
No known key found for this signature in database
GPG key ID: 7CC46565708259A7

View file

@ -29,7 +29,7 @@ pub enum Handle {
/// ///
/// Use [`from_rgba`] to create this variant. /// Use [`from_rgba`] to create this variant.
/// ///
/// [`from_rgba`]: Self::from_bytes /// [`from_rgba`]: Self::from_rgba
Rgba { Rgba {
/// The id of this handle. /// The id of this handle.
id: Id, id: Id,