From ab69488340af2133cf99d67b11e619b5cac467b5 Mon Sep 17 00:00:00 2001 From: Nathan Perry Date: Sat, 26 Sep 2020 16:13:43 -0400 Subject: implement piano man --- src/commands/today/mod.rs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/commands/today/mod.rs') diff --git a/src/commands/today/mod.rs b/src/commands/today/mod.rs index 50cee99..e18a01e 100644 --- a/src/commands/today/mod.rs +++ b/src/commands/today/mod.rs @@ -37,9 +37,10 @@ mod france; mod shrek; mod wednesday; - mod tomorrow; +mod pianoman; + pub type TodayIter = Box>; #[derive(Clone, Debug, Hash, Default)] @@ -74,8 +75,9 @@ lazy_static! { shrek::shrek, wednesday::wednesday, - tomorrow::tomorrow, + + pianoman::pianoman, ]; } -- cgit v1.3.1