summaryrefslogtreecommitdiffstats
path: root/examples/follows_me.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/follows_me.rs')
-rw-r--r--examples/follows_me.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/examples/follows_me.rs b/examples/follows_me.rs
index 2008fb5..bba8775 100644
--- a/examples/follows_me.rs
+++ b/examples/follows_me.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;