From 7c12f0c07f9d4ed473027dbd00cbbc00e4a3050c Mon Sep 17 00:00:00 2001 From: Laurenz Date: Thu, 1 Oct 2020 15:10:35 +0200 Subject: Flatten compute module --- src/parse/tests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/parse/tests.rs') diff --git a/src/parse/tests.rs b/src/parse/tests.rs index 302e93ee..7ffbeeda 100644 --- a/src/parse/tests.rs +++ b/src/parse/tests.rs @@ -6,7 +6,7 @@ use std::fmt::Debug; use super::parse; use crate::color::RgbaColor; -use crate::compute::dict::DictKey; +use crate::compute::DictKey; use crate::length::Length; use crate::syntax::*; -- cgit v1.2.3