Skip to content

Commit 18a1d9e

Browse files
committed
Add TODO item to remove the panic handler
1 parent 8e50734 commit 18a1d9e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

runtime/src/panic_handler.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
//! Panic handler for builds without `std`.
22
3+
// TODO: Remove this file once `sp-io` is uipgraded.
4+
// See https://github.com/paritytech/polkadot-bulletin-chain/issues/18.
5+
36
use sp_core::LogLevel;
47

58
#[cfg(not(feature = "std"))]

0 commit comments

Comments
 (0)