summaryrefslogtreecommitdiffstats
path: root/examples/home_timeline.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/home_timeline.rs')
-rw-r--r--examples/home_timeline.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/examples/home_timeline.rs b/examples/home_timeline.rs
index 0f3c920..d3c5b38 100644
--- a/examples/home_timeline.rs
+++ b/examples/home_timeline.rs
@@ -1,8 +1,5 @@
#![cfg_attr(not(feature = "toml"), allow(dead_code))]
#![cfg_attr(not(feature = "toml"), allow(unused_imports))]
-#[macro_use]
-extern crate pretty_env_logger;
-extern crate elefren;
mod register;
use crate::register::MastodonClient;