From f6e1fcbc9217a0fd58427bfa69e9a84b8b5c3ea8 Mon Sep 17 00:00:00 2001 From: core Date: Mon, 27 Nov 2023 09:40:42 -0500 Subject: [PATCH] rustfmt on this codebase is hopeless --- .drone.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 397341def3000d9215c6cab8cb0403d321cac137..5faee94da9b402413b0c5e0defd1e6fb4fd06aae 100644 --- a/.drone.yml +++ b/.drone.yml @@ -39,7 +39,6 @@ steps: commands: - cd server - cargo build --release - - rustfmt **/*.rs --check - cargo clippy environment: SCCACHE_REGION: us-east-1