mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Replace unsafe uses of HandleValueArray. (#34588)
* Replace unsafe uses of HandleValueArray. Signed-off-by: Josh Matthews <josh@joshmatthews.net> * Fix clippy lint. Signed-off-by: Josh Matthews <josh@joshmatthews.net> --------- Signed-off-by: Josh Matthews <josh@joshmatthews.net>
This commit is contained in:
parent
2328145c25
commit
a85241e635
11 changed files with 33 additions and 106 deletions
|
@ -30,7 +30,7 @@ linker = "lld-link.exe"
|
|||
|
||||
[env]
|
||||
MACOSX_DEPLOYMENT_TARGET = "13.0"
|
||||
RUSTC_BOOTSTRAP = "crown,script,style_tests"
|
||||
RUSTC_BOOTSTRAP = "crown,script,style_tests,mozjs"
|
||||
|
||||
[build]
|
||||
rustdocflags = ["--document-private-items"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue