We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c97a43 commit e9040beCopy full SHA for e9040be
neothesia-iced-widgets/src/piano_range.rs
@@ -5,9 +5,6 @@ use iced_core::{
5
text::Renderer as TextRenderer,
6
Text
7
};
8
-// Removed unused imports
9
-// use iced_wgpu::Renderer;
10
-// use super::Element;
11
12
pub struct PianoRange(pub std::ops::RangeInclusive<u8>);
13
0 commit comments