From e676ab53ddbab367179ee2ab214bb41ff2ee0c11 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Thu, 1 Oct 2020 15:13:04 +0200 Subject: =?UTF-8?q?Rename=20compute=20to=20eval=20=E2=9C=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/compute/mod.rs | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 src/compute/mod.rs (limited to 'src/compute/mod.rs') diff --git a/src/compute/mod.rs b/src/compute/mod.rs deleted file mode 100644 index 8f2226b1..00000000 --- a/src/compute/mod.rs +++ /dev/null @@ -1,9 +0,0 @@ -//! Building blocks for the computational part. - -mod dict; -mod scope; -mod value; - -pub use dict::*; -pub use scope::*; -pub use value::*; -- cgit v1.2.3