Skip to content

Commit a5c838f

Browse files
committed
Box was not imported
1 parent 61aa49b commit a5c838f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/http/server.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -899,6 +899,7 @@ pub mod ws {
899899
use core::sync::atomic::{AtomicBool, Ordering};
900900

901901
extern crate alloc;
902+
use alloc::boxed::Box;
902903
use alloc::sync::Arc;
903904

904905
use ::log::*;

0 commit comments

Comments
 (0)