From 8fa3fae42b5bc15b26749612f13aedc357937c3a Mon Sep 17 00:00:00 2001 From: Robert Masen Date: Thu, 24 Nov 2022 12:31:43 -0600 Subject: [PATCH] chore: remove .cargo directory --- .cargo/config | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 .cargo/config diff --git a/.cargo/config b/.cargo/config deleted file mode 100644 index 25bec2b..0000000 --- a/.cargo/config +++ /dev/null @@ -1,4 +0,0 @@ -[alias] -test262 = "test --features test_262 --test test262 -- test262" -moz = "test --features moz_central -- --nocapture moz_central" -test_all = "test --features=test_262,moz_central"