File tree Expand file tree Collapse file tree 3 files changed +22
-0
lines changed Expand file tree Collapse file tree 3 files changed +22
-0
lines changed Original file line number Diff line number Diff line change
1
+ language : rust
2
+ rust :
3
+ - stable
4
+ - beta
5
+ - nightly
6
+ matrix :
7
+ allow_failures :
8
+ - rust : nightly
9
+ include :
10
+ - rust : nightly-2017-08-30
11
+ before_script :
12
+ - cargo install clippy --vers 0.0.155
13
+ - cargo install rustfmt --vers 0.9.0
14
+ script :
15
+ - cargo clippy -- -D warnings
16
+ - cargo fmt -- --write-mode diff
Original file line number Diff line number Diff line change @@ -8,4 +8,7 @@ homepage = "https://github.com/Metaswitch/assert-type-eq-rs"
8
8
repository = " https://github.com/Metaswitch/assert-type-eq-rs"
9
9
readme = " README.md"
10
10
11
+ [badges .travis-ci ]
12
+ repository = " Metaswitch/assert-type-eq-rs"
13
+
11
14
[dependencies ]
Original file line number Diff line number Diff line change 1
1
assert-type-eq
2
2
==============
3
3
4
+ [ ![ Build Status] ( https://travis-ci.org/Metaswitch/assert-type-eq-rs.svg?branch=master )] ( https://travis-ci.org/Metaswitch/assert-type-eq-rs )
5
+ [ ![ crates.io] ( https://img.shields.io/crates/v/assert-type-eq.svg )] ( https://crates.io/crates/assert-type-eq )
6
+
4
7
This Rust crate adds a macro to assert at compile time that certain types are
5
8
the same. This is useful when using the same crate via different dependencies,
6
9
which may bring in different versions of the same crate, which Rust considers
You can’t perform that action at this time.
0 commit comments