diff options
| author | Jonathan Turner <jturner@mozilla.com> | 2016-06-21 19:57:03 -0400 |
|---|---|---|
| committer | Jonathan Turner <jturner@mozilla.com> | 2016-06-23 08:07:35 -0400 |
| commit | 2829fbc63814d02359e3d93d16f7ea7ef748162e (patch) | |
| tree | 9071c185880e122eab5976c1e543c43a751603ce /src/libsyntax_pos | |
| parent | 6ae350213485f7c917113f3916e58c51cef97a76 (diff) | |
| download | rust-2829fbc63814d02359e3d93d16f7ea7ef748162e.tar.gz rust-2829fbc63814d02359e3d93d16f7ea7ef748162e.zip | |
Address comments and fix travis warning
Diffstat (limited to 'src/libsyntax_pos')
| -rw-r--r-- | src/libsyntax_pos/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libsyntax_pos/Cargo.toml b/src/libsyntax_pos/Cargo.toml index 06adb5dc765..760aaa8a957 100644 --- a/src/libsyntax_pos/Cargo.toml +++ b/src/libsyntax_pos/Cargo.toml @@ -7,7 +7,6 @@ version = "0.0.0" name = "syntax_pos" path = "lib.rs" crate-type = ["dylib"] -test = false [dependencies] serialize = { path = "../libserialize" } |
