summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib.rs b/src/lib.rs
index f79acbdf..6d52fd37 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -44,8 +44,7 @@ use std::fmt::Debug;
use std::future::Future;
use std::pin::Pin;
-use crate::compute::scope::Scope;
-use crate::compute::value::Value;
+use crate::compute::{Scope, Value};
use crate::diagnostic::Diagnostic;
use crate::font::SharedFontLoader;
use crate::layout::{Commands, MultiLayout};