aboutsummaryrefslogtreecommitdiffstats
path: root/examples/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--examples/lib.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/lib.rs b/examples/lib.rs
index 6d156df..3c76022 100644
--- a/examples/lib.rs
+++ b/examples/lib.rs
@@ -1,5 +1,3 @@
-extern crate markdown;
-
fn main() -> Result<(), String> {
// Turn on debugging.
// You can show it with `RUST_LOG=debug cargo run --example lib`