summaryrefslogtreecommitdiff
path: root/src/library/text.rs
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2021-10-10 20:26:58 +0200
committerLaurenz <laurmaedje@gmail.com>2021-10-10 20:26:58 +0200
commitd4cc8c775d4c579aeac69ca2d212a604c67043b0 (patch)
tree90c6bd20a3a0a4a1e471385a536c1333a4b05c99 /src/library/text.rs
parentf4ed775df073ceeff292810f19ca8d01b054eff1 (diff)
Move paint and colors into `geom`
Diffstat (limited to 'src/library/text.rs')
-rw-r--r--src/library/text.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/library/text.rs b/src/library/text.rs
index 2816ea81..b532b20b 100644
--- a/src/library/text.rs
+++ b/src/library/text.rs
@@ -1,5 +1,5 @@
use super::*;
-use crate::layout::{Decoration, LineDecoration, LineKind, Paint};
+use crate::layout::{Decoration, LineDecoration, LineKind};
/// `font`: Configure the font.
pub fn font(ctx: &mut EvalContext, args: &mut Args) -> TypResult<Value> {