procedurals 0.2.3

Collection of proc-macros
Documentation
language: rust

rust:
  - stable
  - beta
  - nightly

matrix:
  allow_failures:
    - rust: nightly

script:
  - cargo build --verbose
  - cargo test --verbose

env:
  - RUST_BACKTRACE=1