diff options
author | Vincent Ambo <mail@tazj.in> | 2022-08-24T18·41+0300 |
---|---|---|
committer | tazjin <tazjin@tvl.su> | 2022-09-02T15·45+0000 |
commit | b29ab1776b09ac2aad06ebe78bee58852b3bc8b4 (patch) | |
tree | 7a9e683b3406a75066acef6f160ad4b139473613 /tvix/eval | |
parent | 1416f1ab8a1a4e3c0e9895014c1c08187615cece (diff) |
chore(tvix/eval): move compiler module to a new folder r/4602
Change-Id: I76157f9cf1369cd17506de1b1ded1a4fd06f004a Reviewed-on: https://cl.tvl.fyi/c/depot/+/6268 Reviewed-by: grfn <grfn@gws.fyi> Tested-by: BuildkiteCI
Diffstat (limited to 'tvix/eval')
-rw-r--r-- | tvix/eval/src/compiler/mod.rs (renamed from tvix/eval/src/compiler.rs) | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/tvix/eval/src/compiler.rs b/tvix/eval/src/compiler/mod.rs
index 5cb02a66b96a..5cb02a66b96a 100644
--- a/tvix/eval/src/compiler.rs
+++ b/tvix/eval/src/compiler/mod.rs
|