From 7efd48dc44d41f0df5d97cd7fe598c14436a9c86 Mon Sep 17 00:00:00 2001 From: Ivan Enderlin Date: Thu, 9 Apr 2020 12:16:57 +0200 Subject: [PATCH] doc(interface-types) Update the module documentation. --- src/interpreter/mod.rs | 17 ++++++++++------- src/lib.rs | 4 ++-- 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/src/interpreter/mod.rs b/src/interpreter/mod.rs index c4c9c07..e7d93ce 100644 --- a/src/interpreter/mod.rs +++ b/src/interpreter/mod.rs @@ -61,13 +61,16 @@ pub(crate) type ExecutableInstruction