mirror of
https://github.com/actix/actix-extras.git
synced 2024-11-27 17:22:57 +01:00
drop skeptic for now
This commit is contained in:
parent
24804250a8
commit
1db4200621
@ -10,7 +10,6 @@ repository = "https://github.com/fafhrd91/actix-web.git"
|
||||
categories = ["network-programming", "asynchronous"]
|
||||
license = "Apache-2.0"
|
||||
exclude = [".gitignore", ".travis.yml", ".cargo/config", "appveyor.yml"]
|
||||
build = "build.rs"
|
||||
|
||||
[badges]
|
||||
travis-ci = { repository = "fafhrd91/actix-web", branch = "master" }
|
||||
@ -22,7 +21,7 @@ name = "actix_web"
|
||||
path = "src/lib.rs"
|
||||
|
||||
[features]
|
||||
default = ["nightly"]
|
||||
default = []
|
||||
|
||||
# Enable nightly features
|
||||
nightly = []
|
||||
@ -55,12 +54,6 @@ git = "https://github.com/fafhrd91/actix.git"
|
||||
default-features = false
|
||||
features = []
|
||||
|
||||
[dev-dependencies]
|
||||
skeptic = "0.13"
|
||||
|
||||
[build-dependencies]
|
||||
skeptic = "0.13"
|
||||
|
||||
[profile.release]
|
||||
lto = true
|
||||
opt-level = 3
|
||||
|
6
build.rs
6
build.rs
@ -1,6 +0,0 @@
|
||||
extern crate skeptic;
|
||||
|
||||
fn main() {
|
||||
// generates doc tests for `README.md`.
|
||||
skeptic::generate_doc_tests(&["README.md"]);
|
||||
}
|
@ -89,6 +89,7 @@ pub struct Multipart {
|
||||
inner: Rc<RefCell<InnerMultipart>>,
|
||||
}
|
||||
|
||||
///
|
||||
#[derive(Debug)]
|
||||
pub enum MultipartItem {
|
||||
/// Multipart field
|
||||
|
@ -1 +0,0 @@
|
||||
include!(concat!(env!("OUT_DIR"), "/skeptic-tests.rs"));
|
Loading…
Reference in New Issue
Block a user