From a3bbf31c435de9f2649f4a6a1344277efa7ee733 Mon Sep 17 00:00:00 2001 From: 9names <60134748+9names@users.noreply.github.com> Date: Wed, 4 Aug 2021 23:24:40 +1000 Subject: [PATCH] Remove broken option from Cargo.toml --- Cargo.toml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4cc45e9..ea109f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,13 +29,6 @@ defmt-info = [] defmt-warn = [] defmt-error = [] - -# this lets you use `cargo fix`! -[[bin]] -name = "rp-test" -test = false -bench = false - [profile.dev] codegen-units = 1 debug = 2