remove unstable language and feature

This commit is contained in:
Sean McArthur
2018-08-15 16:08:47 -07:00
parent d060891b62
commit 3fbda4fd49
10 changed files with 26 additions and 83 deletions

View File

@@ -38,21 +38,4 @@ error-chain = "0.10"
serde_derive = "1.0"
[features]
unstable = []
[[example]]
name = "simple"
path = "examples/simple.rs"
[[example]]
name = "form"
path = "examples/form.rs"
[[example]]
name = "async"
path = "examples/async.rs"
required-features = ["unstable"]
[package.metadata.docs.rs]
features = ["unstable"]