aboutsummaryrefslogtreecommitdiffstats
path: root/.cargo
diff options
context:
space:
mode:
authorJosh Matthews <josh@joshmatthews.net>2025-02-04 01:58:08 -0500
committerGitHub <noreply@github.com>2025-02-04 06:58:08 +0000
commitc94ac5bccb67c409130bda9b7e13064dd291ac98 (patch)
tree4b0730f6ec4060b026a252db060fc2a3f8031243 /.cargo
parent0d51578cc37b8ab392a930bc0a0f38ada2bb7913 (diff)
downloadservo-c94ac5bccb67c409130bda9b7e13064dd291ac98.tar.gz
servo-c94ac5bccb67c409130bda9b7e13064dd291ac98.zip
Move various reflector types and traits to script_bindings (#35279)
* script: Move Reflector to script_bindings. Signed-off-by: Josh Matthews <josh@joshmatthews.net> * script: Extract global() helper from DomObject into new trait. Move DomObject and related traits to script_bindings. Signed-off-by: Josh Matthews <josh@joshmatthews.net> --------- Signed-off-by: Josh Matthews <josh@joshmatthews.net>
Diffstat (limited to '.cargo')
-rw-r--r--.cargo/config.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.cargo/config.toml b/.cargo/config.toml
index 7ebead7263d..ddd07bcd908 100644
--- a/.cargo/config.toml
+++ b/.cargo/config.toml
@@ -30,7 +30,7 @@ linker = "lld-link.exe"
[env]
MACOSX_DEPLOYMENT_TARGET = "13.0"
-RUSTC_BOOTSTRAP = "crown,script,style_tests,mozjs,mozjs_sys"
+RUSTC_BOOTSTRAP = "crown,script,script_bindings,style_tests,mozjs,mozjs_sys"
[build]
rustdocflags = ["--document-private-items"]