Skip to content

Commit

Permalink
Merge pull request #2301 from doc-E-brown/fix-broken-link
Browse files Browse the repository at this point in the history
Fix broken ImageReader link
  • Loading branch information
Shnatsel authored Sep 12, 2024
2 parents 4afe957 + 631390d commit 6f41f72
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 6f41f72

Please sign in to comment.