From f64a1a3dbde9af86dfdf1e9b919a43111f2d1c23 Mon Sep 17 00:00:00 2001 From: Carl Lerche Date: Fri, 19 May 2023 19:21:47 -0700 Subject: [PATCH] chore: rm .cargo/config and include in .gitignore (#5707) It was most likely included by accident. --- .cargo/config | 2 -- .gitignore | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 .cargo/config diff --git a/.cargo/config b/.cargo/config deleted file mode 100644 index df8858986..000000000 --- a/.cargo/config +++ /dev/null @@ -1,2 +0,0 @@ -# [build] -# rustflags = ["--cfg", "tokio_unstable"] \ No newline at end of file diff --git a/.gitignore b/.gitignore index 1e6567266..32ec3fe4b 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ target Cargo.lock .cargo/config.toml +.cargo/config