fix: Remove skeptic
It is unmaintained and fails to build tests. Same as https://github.com/vincent-herlemont/native_db/pull/286.
This commit is contained in:
committed by
Vincent Herlemont
parent
537b207aef
commit
79cda8ef05
@@ -15,6 +15,15 @@
|
||||
//!
|
||||
//! See examples in the [README.md](https://github.com/vincent-herlemont/native_model) file.
|
||||
|
||||
#[cfg(doctest)]
|
||||
#[macro_use]
|
||||
extern crate doc_comment;
|
||||
|
||||
#[cfg(doctest)]
|
||||
doc_comment! {
|
||||
include_str!("../README.md")
|
||||
}
|
||||
|
||||
#[cfg(any(
|
||||
feature = "serde",
|
||||
feature = "bincode_1_3",
|
||||
|
||||
Reference in New Issue
Block a user