diff --git a/.cargo/config.toml b/.cargo/config.toml index 077d332665dde..9ea1c564c8139 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -31,9 +31,3 @@ rustflags = [ "-Clink-arg=-fuse-ld=lld", ] -[alias] -xtask = "run --package xtask --" -build = "build -p turbo" -run = "run -p turbo" -test = "groups test turborepo" -check = "groups check turborepo"