Fix broken doc links in iced_wgpu and iced_graphics

This commit is contained in:
Héctor Ramón Jiménez 2024-04-03 23:39:38 +02:00
parent d461f23e8d
commit cc05cb9be4
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
3 changed files with 14 additions and 13 deletions

View file

@ -35,6 +35,8 @@ pub enum Image {
#[cfg(feature = "image")]
/// Tries to load an image by its [`Handle`].
///
/// [`Handle`]: image::Handle
pub fn load(
handle: &image::Handle,
) -> ::image::ImageResult<::image::DynamicImage> {