Skip to content

Commit

Permalink
Missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
bigspider committed Nov 15, 2024
1 parent 471d8f2 commit 6743879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app-sdk/src/comm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
//! a static mutable buffer for chunk reuse.
use crate::{xrecv_to, xsend};
use alloc::vec::Vec;
use alloc::{vec, vec::Vec};
use core::cmp::min;
use core::convert::TryInto;

Expand Down

0 comments on commit 6743879

Please sign in to comment.