From 9389e936490ec1a82e5a51a61f61a576201479a8 Mon Sep 17 00:00:00 2001 From: Felix Ableitner Date: Fri, 24 Nov 2023 15:36:19 +0100 Subject: [PATCH] remove cargo config comment --- .cargo/config | 1 - 1 file changed, 1 deletion(-) diff --git a/.cargo/config b/.cargo/config index f6e10093d..ba416f73e 100644 --- a/.cargo/config +++ b/.cargo/config @@ -1,3 +1,2 @@ [build] -# these are necessary for building with embed-pictrs feature rustflags = ["--cfg", "tokio_unstable", "--cfg", "uuid_unstable"]