lol
1diff --git a/.cargo/config.toml b/.cargo/config.toml
2index 717c5e1..0bb7b6c 100644
3--- a/.cargo/config.toml
4+++ b/.cargo/config.toml
5@@ -5,14 +5,6 @@ rustflags = ["-C", "symbol-mangling-version=v0", "--cfg", "tokio_unstable"]
6 [alias]
7 xtask = "run --package xtask --"
8
9-[target.x86_64-unknown-linux-gnu]
10-linker = "clang"
11-rustflags = ["-C", "link-arg=-fuse-ld=mold"]
12-
13-[target.aarch64-unknown-linux-gnu]
14-linker = "clang"
15-rustflags = ["-C", "link-arg=-fuse-ld=mold"]
16-
17 [target.'cfg(target_os = "windows")']
18 rustflags = [
19 "--cfg",