Add settings to disable test warnings to Cargo.toml
This commit is contained in:
parent
3a76aa6ef6
commit
7f6a3807c1
@ -23,3 +23,11 @@ nrf-softdevice = { version = "0.1.0", features = ["defmt", "ble-peripheral", "bl
|
||||
nrf-softdevice-s112 = "0.1.2"
|
||||
panic-probe = { version = "0.3.2", features = ["print-defmt"] }
|
||||
static_cell = "2.1.0"
|
||||
|
||||
[[bin]]
|
||||
name = "commonsense"
|
||||
path = "src/bin/temp_rh_measurement.rs"
|
||||
test = false
|
||||
doctest = false
|
||||
bench = false
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user