tenacious 0.2.3

[RETIRED: Will not work with MIR] A plugin to prevent certain types from being moved
[package]

name = "tenacious"
version = "0.2.3"
authors = ["Manish Goregaokar <manishsmail@gmail.com>"]
description = "[RETIRED: Will not work with MIR] A plugin to prevent certain types from being moved"
repository = "https://github.com/Manishearth/rust-tenacious"
readme = "README.md"
license = "MPL-2.0"
keywords = ["tenacious", "move", "plugin"]

[lib]
name = "tenacious"
plugin = true

[dev-dependencies]
compiletest_rs = "0.2.0"

[features]
rvalue_checks = []