diff options
| -rw-r--r-- | .cargo/config.toml | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/.cargo/config.toml b/.cargo/config.toml deleted file mode 100644 index 3b9eb41..0000000 --- a/.cargo/config.toml +++ /dev/null @@ -1,19 +0,0 @@ -[env] -CARGO_WORKSPACE_DIR = { value = "", relative = true } - -[target.x86_64-pc-windows-msvc] -linker = "rust-lld" - -[alias] -xtask = "run --package xtask --" -tr-build = "build -p turbo" -tr-run = "run -p turbo" -tr-test = "test -p turborepo-* -p turbopath -p vercel-api-mock --features rustls-tls" -tr-check = "check -p turbo -p vercel-api-mock" -# Builds all test code to check for compiler errors before running -tp-pre-test = "nextest run --no-run --workspace --release --exclude turbo --exclude turborepo-* --exclude turbopath --exclude vercel-api-mock" -tp-test = "nextest run --workspace --release --no-fail-fast --exclude turbo --exclude turborepo-* --exclude turbopath --exclude vercel-api-mock" -tp-bench-test = "test --benches --workspace --release --no-fail-fast --exclude turbopack-bench --exclude turbo --exclude turborepo-* --exclude turbopath --exclude vercel-api-mock" - -[target.'cfg(all())'] -rustflags = ["--cfg", "tokio_unstable", "-Csymbol-mangling-version=v0", "-Aclippy::too_many_arguments"] |
