summaryrefslogtreecommitdiffstats
path: root/src/actions/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/actions/mod.rs')
-rw-r--r--src/actions/mod.rs16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/actions/mod.rs b/src/actions/mod.rs
deleted file mode 100644
index 8b48fa2..0000000
--- a/src/actions/mod.rs
+++ /dev/null
@@ -1,16 +0,0 @@
-pub mod agenda;
-pub mod get;
-pub mod copy;
-pub mod cursor;
-pub mod edit;
-pub mod index;
-pub mod list;
-pub mod modify;
-pub mod delete;
-pub mod new;
-pub mod select;
-pub mod seq;
-pub mod show;
-pub mod undo;
-pub mod unroll;
-pub mod gen_completions;