Skip to content

Commit

Permalink
Fix broken ImageReader link
Browse files Browse the repository at this point in the history
  • Loading branch information
doc-E-brown committed Aug 2, 2024
1 parent e176cd4 commit 631390d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
//!
//! # High level API
//!
//! Load images using [`ImageReader`]:
//! Load images using [`ImageReader`](crate::image_reader::ImageReader):
//!
//! ```rust,no_run
//! use std::io::Cursor;
Expand Down Expand Up @@ -111,6 +111,7 @@
//! [`ImageDecoderRect`]: trait.ImageDecoderRect.html
//! [`ImageDecoder`]: trait.ImageDecoder.html
//! [`ImageEncoder`]: trait.ImageEncoder.html
#![allow(redundant_explicit_links)]
#![warn(missing_docs)]
#![warn(unused_qualifications)]
#![deny(unreachable_pub)]
Expand Down

0 comments on commit 631390d

Please sign in to comment.