From fd5179420f60d0c88465f297703bdff9357e3fc3 Mon Sep 17 00:00:00 2001 From: Mirabellensaft Date: Tue, 21 Feb 2023 16:32:16 +0100 Subject: [PATCH] rm deny warnings --- down-the-stack/dk_bsc/src/lib.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/down-the-stack/dk_bsc/src/lib.rs b/down-the-stack/dk_bsc/src/lib.rs index 96ad447..52630da 100644 --- a/down-the-stack/dk_bsc/src/lib.rs +++ b/down-the-stack/dk_bsc/src/lib.rs @@ -1,7 +1,6 @@ -//! Hardware Abstraction Layer (HAL) for the nRF52840 Development Kit +//! Board Support Crate (BSC) for the nRF52840 Development Kit #![deny(missing_docs)] -#![deny(warnings)] #![no_std] use core::{