tag_safe 0.0.3

A rustc lint plugin to allow tagging of methods with arbitary safety flags
language: rust
rust: nightly
sudo: false

script:
 - cargo build
 - cargo test