Add the rust-tenacious move-protection lint, use it for Root<T> (fixes #5724)

This commit is contained in:
Manish Goregaokar 2015-04-26 22:54:34 +05:30
parent 8ecb9d681c
commit 63714ebc5f
5 changed files with 23 additions and 0 deletions

8
ports/cef/Cargo.lock generated
View file

@ -759,6 +759,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "plugins"
version = "0.0.1"
dependencies = [
"tenacious 0.0.1 (git+https://github.com/Manishearth/rust-tenacious.git)",
]
[[package]]
name = "pnacl-build-helper"
@ -960,6 +963,11 @@ dependencies = [
name = "task_info"
version = "0.0.1"
[[package]]
name = "tenacious"
version = "0.0.1"
source = "git+https://github.com/Manishearth/rust-tenacious.git#f47093c600b8cc1b29f89759eea6c18920584f71"
[[package]]
name = "text_writer"
version = "0.1.9"

8
ports/gonk/Cargo.lock generated
View file

@ -751,6 +751,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "plugins"
version = "0.0.1"
dependencies = [
"tenacious 0.0.1 (git+https://github.com/Manishearth/rust-tenacious.git)",
]
[[package]]
name = "pnacl-build-helper"
@ -951,6 +954,11 @@ dependencies = [
name = "task_info"
version = "0.0.1"
[[package]]
name = "tenacious"
version = "0.0.1"
source = "git+https://github.com/Manishearth/rust-tenacious.git#f47093c600b8cc1b29f89759eea6c18920584f71"
[[package]]
name = "text_writer"
version = "0.1.9"