summaryrefslogtreecommitdiffstats
path: root/src/handlers/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/handlers/mod.rs')
-rw-r--r--src/handlers/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/handlers/mod.rs b/src/handlers/mod.rs
index 6302c739..db27e28f 100644
--- a/src/handlers/mod.rs
+++ b/src/handlers/mod.rs
@@ -1,5 +1,6 @@
/// This module contains functions handling input lines encountered during the
/// main `StateMachine::consume()` loop.
+pub mod blame;
pub mod commit_meta;
pub mod diff_stat;
pub mod draw;