summaryrefslogtreecommitdiff
path: root/nrf-softdevice/src
diff options
context:
space:
mode:
Diffstat (limited to 'nrf-softdevice/src')
-rw-r--r--nrf-softdevice/src/ble/gatt_server/builder.rs1
-rw-r--r--nrf-softdevice/src/ble/gatt_server/characteristic.rs2
-rw-r--r--nrf-softdevice/src/ble/gatt_traits.rs1
-rw-r--r--nrf-softdevice/src/events.rs1
4 files changed, 0 insertions, 5 deletions
diff --git a/nrf-softdevice/src/ble/gatt_server/builder.rs b/nrf-softdevice/src/ble/gatt_server/builder.rs
index 4d40258..e439de9 100644
--- a/nrf-softdevice/src/ble/gatt_server/builder.rs
+++ b/nrf-softdevice/src/ble/gatt_server/builder.rs
@@ -1,6 +1,5 @@
#![allow(dead_code)]
-use core::convert::TryInto;
use core::marker::PhantomData;
use core::mem;
use core::ptr::null;
diff --git a/nrf-softdevice/src/ble/gatt_server/characteristic.rs b/nrf-softdevice/src/ble/gatt_server/characteristic.rs
index 6bc33c2..cdc44a1 100644
--- a/nrf-softdevice/src/ble/gatt_server/characteristic.rs
+++ b/nrf-softdevice/src/ble/gatt_server/characteristic.rs
@@ -1,5 +1,3 @@
-use core::convert::TryInto;
-
use crate::ble::SecurityMode;
use crate::raw;
diff --git a/nrf-softdevice/src/ble/gatt_traits.rs b/nrf-softdevice/src/ble/gatt_traits.rs
index 2b27f8f..c2969c8 100644
--- a/nrf-softdevice/src/ble/gatt_traits.rs
+++ b/nrf-softdevice/src/ble/gatt_traits.rs
@@ -1,4 +1,3 @@
-use core::convert::TryInto;
use core::{mem, slice};
use heapless::{String, Vec};
diff --git a/nrf-softdevice/src/events.rs b/nrf-softdevice/src/events.rs
index c9d4362..dd60c64 100644
--- a/nrf-softdevice/src/events.rs
+++ b/nrf-softdevice/src/events.rs
@@ -1,4 +1,3 @@
-use core::convert::TryFrom;
use core::mem::MaybeUninit;
use core::task::Poll;