diff options
Diffstat (limited to 'examples/lib.rs')
-rw-r--r-- | examples/lib.rs | 2 |
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` |