aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
authorjan <jan@ruken.pw>2016-04-07 12:30:25 (UTC)
committerjan <jan@ruken.pw>2016-04-07 12:30:25 (UTC)
commit0720a83bcdc22684c68759755afb007579e0ebcc (patch)
tree694c75acc0a565d634a4d6066ce74dd5000bdeed /src/main.rs
parent314047dda73387fff1fd4ccdb35f5db6ea6d7d5a (diff)
keine warnings beim compilen mehr. Jisoku kann jetzt auch mehrfach verwendet werden anstatt fuer die Ewigkeit geblockt zu sein.
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};