summaryrefslogtreecommitdiff
path: root/src/library
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/library
parent7fcad452b87c8bd31a9b7dfba78c1b1a92d33dd9 (diff)
Flatten compute module
Diffstat (limited to 'src/library')
-rw-r--r--src/library/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/library/mod.rs b/src/library/mod.rs
index 7d266eb5..0e99a5c5 100644
--- a/src/library/mod.rs
+++ b/src/library/mod.rs
@@ -16,7 +16,7 @@ pub use spacing::*;
use std::rc::Rc;
-use crate::compute::scope::Scope;
+use crate::compute::Scope;
use crate::prelude::*;
macro_rules! std {