From a1d47695a2af5afa466c21ad812a1a8212780293 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Thu, 23 Feb 2023 12:15:38 +0100 Subject: Switch to ecow --- src/doc.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/doc.rs') diff --git a/src/doc.rs b/src/doc.rs index 0ca930bf..f4a4d968 100644 --- a/src/doc.rs +++ b/src/doc.rs @@ -5,6 +5,8 @@ use std::num::NonZeroUsize; use std::str::FromStr; use std::sync::Arc; +use ecow::EcoString; + use crate::font::Font; use crate::geom::{ self, rounded_rect, Abs, Align, Axes, Color, Corners, Dir, Em, Geometry, Numeric, @@ -14,7 +16,6 @@ use crate::image::Image; use crate::model::{ capable, dict, node, Content, Dict, Fold, StableId, StyleChain, Value, }; -use crate::util::EcoString; /// A finished document with metadata and page frames. #[derive(Debug, Default, Clone, Hash)] -- cgit v1.2.3