Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Import Box for wasm
  • Loading branch information
bkchr committed Feb 24, 2023
commit 9d4276bba3da09c6b76a78da14f4039779c1d7ad
2 changes: 1 addition & 1 deletion frame/support/src/dispatch_context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
//! [`run_in_context`] will be handled by FRAME for you.

use sp_std::{
any::{Any, TypeId},
any::{Any, TypeId}, boxed::Box,
collections::btree_map::{BTreeMap, Entry},
};

Expand Down