Skip to content

Commit

Permalink
Remove random extern crate
Browse files Browse the repository at this point in the history
  • Loading branch information
ark0f committed Sep 29, 2024
1 parent 30c7e7c commit 40b668b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sandbox/sandbox/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
#![cfg_attr(not(feature = "std"), no_std)]

extern crate alloc;
extern crate core;

#[cfg(feature = "std")]
pub mod embedded_executor;
Expand Down

0 comments on commit 40b668b

Please sign in to comment.