summaryrefslogtreecommitdiff
path: root/nrf-softdevice/src/events.rs
diff options
context:
space:
mode:
authoralexmoon <alex.r.moon@gmail.com>2022-07-15 11:18:43 -0400
committerGitHub <noreply@github.com>2022-07-15 11:18:43 -0400
commite544c40e39487ceab85b45ead4f3b0a63f5c84f6 (patch)
treedcff4d5e2c245ff97b4d86e57372c500c5385a88 /nrf-softdevice/src/events.rs
parent017af68efb4c5570f9a5e96eb2037d549fea6087 (diff)
parentc95d4c1d7926729ec04f11821bcc2b5c3283c9a0 (diff)
downloadnrf-softdevice-e544c40e39487ceab85b45ead4f3b0a63f5c84f6.zip
Merge pull request #126 from alexmoon/ed2021
Update to 2021 edition
Diffstat (limited to 'nrf-softdevice/src/events.rs')
-rw-r--r--nrf-softdevice/src/events.rs1
1 files changed, 0 insertions, 1 deletions
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;