summaryrefslogtreecommitdiffstats
path: root/src/widget.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/widget.rs')
-rw-r--r--src/widget.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widget.rs b/src/widget.rs
index e220a15e..edd35d2d 100644
--- a/src/widget.rs
+++ b/src/widget.rs
@@ -34,7 +34,7 @@ mod platform {
)]
pub use crate::renderer::widget::qr_code;
- #[cfg_attr(docsrs, doc(cfg(feature = "image_rs")))]
+ #[cfg_attr(docsrs, doc(cfg(feature = "image")))]
pub mod image {
//! Display images in your user interface.
pub use crate::runtime::image::viewer;