flexpect 0.0.2

Attribute macro that falls back to #[allow] if #[expect] is not supported
Documentation
[dependencies.rustversion]
version = "1.0.17"

[features]
submodtests = []

[lib]
name = "flexpect"
path = "src/lib.rs"
proc-macro = true

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Attribute macro that falls back to #[allow] if #[expect] is not supported"
edition = "2018"
homepage = "https://github.com/rusticstuff/flexpect"
keywords = ["expect", "lint", "macro", "clippy", "warnings"]
license = "MIT OR Apache-2.0"
name = "flexpect"
readme = "README.md"
repository = "https://github.com/rusticstuff/flexpect"
version = "0.0.2"

[[test]]
name = "simple"
path = "tests/simple.rs"

[[test]]
name = "submod"
path = "tests/submod.rs"