diff options
Diffstat (limited to 'library/src/compute/construct.rs')
| -rw-r--r-- | library/src/compute/construct.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/src/compute/construct.rs b/library/src/compute/construct.rs index b6f2de8f..8355e20f 100644 --- a/library/src/compute/construct.rs +++ b/library/src/compute/construct.rs @@ -1,7 +1,7 @@ use std::str::FromStr; use ecow::EcoVec; -use typst::model::Regex; +use typst::eval::Regex; use crate::prelude::*; |
