You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm looking at paritytech/polkadot-sdk#2101 but in your_first_pallet I can't see how to add in the alloc statement at the start of the crate. I thought this might work:
#[docify::export]externcrate alloc;
but seems not. Any thoughts?
The text was updated successfully, but these errors were encountered:
So if all of those traits are implemented for ItemExternCrate then it should be supported. If not, would be pretty easy to add support by submitting a PR that impls whatever traits are missing on that item. I don't have much bandwidth for this right now but happy to accept a PR that adds this
I'm looking at paritytech/polkadot-sdk#2101 but in your_first_pallet I can't see how to add in the alloc statement at the start of the crate. I thought this might work:
but seems not. Any thoughts?
The text was updated successfully, but these errors were encountered: