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:
Luca Barbato
2024-11-14 11:11:22 +01:00
committed by Vincent Herlemont
parent 537b207aef
commit 79cda8ef05
6 changed files with 89 additions and 141 deletions
+9
View File
@@ -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",