Remove broken option from Cargo.toml

This commit is contained in:
9names 2021-08-04 23:24:40 +10:00
parent f5bf6fbcf8
commit a3bbf31c43

View File

@ -29,13 +29,6 @@ defmt-info = []
defmt-warn = [] defmt-warn = []
defmt-error = [] defmt-error = []
# this lets you use `cargo fix`!
[[bin]]
name = "rp-test"
test = false
bench = false
[profile.dev] [profile.dev]
codegen-units = 1 codegen-units = 1
debug = 2 debug = 2