summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2020-10-01 15:10:35 +0200
committerLaurenz <laurmaedje@gmail.com>2020-10-01 15:10:35 +0200
commit7c12f0c07f9d4ed473027dbd00cbbc00e4a3050c (patch)
treee097c908761cc67605d6c151f680c3e173e0344b /src/lib.rs
parent7fcad452b87c8bd31a9b7dfba78c1b1a92d33dd9 (diff)
Flatten compute module
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};