aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index eaec1f4..ef5c8e8 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -1,5 +1,5 @@
1extern crate telegram_bot; 1extern crate telegram_bot;
2use telegram_bot::{Api, ListeningMethod, ListeningAction, Update}; 2use telegram_bot::{Api, ListeningMethod, ListeningAction};
3 3
4mod feature; 4mod feature;
5use feature::{Feature, FeatureResult}; 5use feature::{Feature, FeatureResult};