summaryrefslogtreecommitdiffstats
path: root/glow/src/widget/progress_bar.rs
diff options
context:
space:
mode:
Diffstat (limited to 'glow/src/widget/progress_bar.rs')
-rw-r--r--glow/src/widget/progress_bar.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/glow/src/widget/progress_bar.rs b/glow/src/widget/progress_bar.rs
index a636a3a6..45a25d00 100644
--- a/glow/src/widget/progress_bar.rs
+++ b/glow/src/widget/progress_bar.rs
@@ -2,8 +2,6 @@
//!
//! A [`ProgressBar`] has a range of possible values and a current value,
//! as well as a length, height and style.
-//!
-//! [`ProgressBar`]: type.ProgressBar.html
use crate::Renderer;
pub use iced_graphics::progress_bar::{Style, StyleSheet};