]> git.lizzy.rs Git - rust.git/blobdiff - Cargo.toml
Auto merge of #84288 - notriddle:short-links, r=jyn514
[rust.git] / Cargo.toml
index 95a15a9d7a48a4d30c85d7e5365ab32a39dc84bd..02011357eac9bea2dfd8b351995d00fd05603faf 100644 (file)
@@ -45,6 +45,8 @@ exclude = [
   # not all `Cargo.toml` files are available, so we exclude the `x` binary,
   # so it can be invoked before the current checkout is set up.
   "src/tools/x",
+  # stdarch has its own Cargo workspace
+  "library/stdarch",
 ]
 
 [profile.release.package.compiler_builtins]