chore: rm .cargo/config and include in .gitignore (#5707)

It was most likely included by accident.
This commit is contained in:
Carl Lerche 2023-05-19 19:21:47 -07:00 committed by GitHub
parent c88f9bc930
commit f64a1a3dbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -1,2 +0,0 @@
# [build]
# rustflags = ["--cfg", "tokio_unstable"]

1
.gitignore vendored
View File

@ -2,3 +2,4 @@ target
Cargo.lock
.cargo/config.toml
.cargo/config