remain 0.1.1

Compile-time checks that an enum or match is written in sorted order.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
language: rust

script:
  - cargo test

matrix:
  include:
    - rust: nightly
    - rust: beta
      env: RUSTFLAGS='--cfg remain_stable_testing'
    - rust: stable
      env: RUSTFLAGS='--cfg remain_stable_testing'
    - rust: 1.31.0
      env: RUSTFLAGS='--cfg remain_stable_testing'