We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37109f1 commit e4814bcCopy full SHA for e4814bc
core/src/components/highlight_code_block.rs
@@ -1,9 +1,4 @@
1
-use crate::{
2
- config::HighlightLine,
3
- edges::{edge::Edge, padding::Padding},
4
- snapshot::image_snapshot::DEFAULT_WINDOW_MIN_WIDTH,
5
- utils::{code::min_width, color::RgbaColor},
6
-};
+use crate::{config::HighlightLine, edges::padding::Padding, utils::color::RgbaColor};
7
8
use super::{
9
editor::code::CODE_LINE_HEIGHT,
0 commit comments