mirror of
https://github.com/servo/servo.git
synced 2025-08-24 14:48:21 +01:00
Add the rust-tenacious move-protection lint, use it for Root<T>
(fixes #5724)
This commit is contained in:
parent
8ecb9d681c
commit
63714ebc5f
5 changed files with 23 additions and 0 deletions
8
ports/cef/Cargo.lock
generated
8
ports/cef/Cargo.lock
generated
|
@ -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
8
ports/gonk/Cargo.lock
generated
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue