Skip to content

Commit

Permalink
embassy: fix bad usage of std
Browse files Browse the repository at this point in the history
  • Loading branch information
jasta committed Jul 30, 2023
1 parent ede1ef5 commit 9614cb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coap-server-embassy/src/transport/udp.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use core::pin::Pin;
use core::task::{ready, Context, Poll};
use std::pin::pin;
use core::pin::pin;
use async_trait::async_trait;
use bytes::{BufMut, BytesMut};
use coap_lite::Packet;
Expand Down

0 comments on commit 9614cb5

Please sign in to comment.