Auto merge of #6074 - pgonda:lint-fix-struct-enum-variants, r=Manishearth

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/6074)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2015-05-20 10:29:48 -05:00
commit d68730a0fc
5 changed files with 17 additions and 13 deletions

6
ports/cef/Cargo.lock generated
View file

@ -928,7 +928,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
name = "plugins"
version = "0.0.1"
dependencies = [
"tenacious 0.0.1 (git+https://github.com/Manishearth/rust-tenacious.git)",
"tenacious 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
@ -1179,8 +1179,8 @@ dependencies = [
[[package]]
name = "tenacious"
version = "0.0.1"
source = "git+https://github.com/Manishearth/rust-tenacious.git#5112359cd36682cd7df3a7bb9a963299890be26c"
version = "0.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "time"

6
ports/gonk/Cargo.lock generated
View file

@ -799,7 +799,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
name = "plugins"
version = "0.0.1"
dependencies = [
"tenacious 0.0.1 (git+https://github.com/Manishearth/rust-tenacious.git)",
"tenacious 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
@ -1049,8 +1049,8 @@ dependencies = [
[[package]]
name = "tenacious"
version = "0.0.1"
source = "git+https://github.com/Manishearth/rust-tenacious.git#5112359cd36682cd7df3a7bb9a963299890be26c"
version = "0.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "time"