From d5ae7bb13fdb5e855c678ced9b66d26674e08136 Mon Sep 17 00:00:00 2001 From: Hocdoc Date: Thu, 10 Nov 2022 17:00:33 +0100 Subject: Remove unneeded `extern crate`s Closes GH-28. Co-authored-by: Bernhard Berger --- examples/lib.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'examples/lib.rs') 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` -- cgit