cargo-llvm-lines 0.1.4

Count the number of lines of LLVM IR across all instantiations of a generic function.
sudo: false

language: rust

rust:
  - stable
  - beta
  - nightly
  - 1.22.0

script:
  - cargo check