From 13621022e1a791d6fc1775efea103dd18787b7a0 Mon Sep 17 00:00:00 2001 From: Quaternions Date: Wed, 16 Oct 2024 21:21:56 -0700 Subject: [PATCH] export Runnable type --- src/runner/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runner/mod.rs b/src/runner/mod.rs index c21caac..7d716eb 100644 --- a/src/runner/mod.rs +++ b/src/runner/mod.rs @@ -10,4 +10,4 @@ pub mod instance; mod number_sequence; mod color_sequence; -pub use runner::{Runner,Error}; +pub use runner::{Runner,Runnable,Error};