diff options
| author | 2023-05-02 23:43:21 +0800 | |
|---|---|---|
| committer | 2023-05-02 23:43:21 +0800 | |
| commit | 110b80147577e07e1fe068c3fc86a60f38829af8 (patch) | |
| tree | 50ccc4e53da32aafa2c45a3c5c7192e931b7a6ab | |
| parent | 34d6029d20986d7508fbbaf7b370294978400620 (diff) | |
| download | HydroRoll-110b80147577e07e1fe068c3fc86a60f38829af8.tar.gz HydroRoll-110b80147577e07e1fe068c3fc86a60f38829af8.zip | |
| -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"] |
