Remove doc-comment because the readme then needs the ugly #-prefixed line

This commit is contained in:
Stjepan Glavina 2020-09-07 19:53:31 +02:00
parent 1992605564
commit 7738ca0b25
2 changed files with 0 additions and 4 deletions

View File

@ -18,7 +18,6 @@ libc = "0.2.76"
log = "0.4.11"
[dev-dependencies]
doc-comment = "0.3.3"
easy-parallel = "3.1.0"
[target.'cfg(windows)'.dependencies]

View File

@ -48,9 +48,6 @@
#![warn(missing_docs, missing_debug_implementations, rust_2018_idioms)]
#[cfg(doctest)]
doc_comment::doctest!("../README.md");
use std::fmt;
use std::io;
use std::sync::atomic::{AtomicBool, Ordering};