Skip to content

Commit bc21d01

Browse files
committed
Remove extern crate
1 parent 36059cf commit bc21d01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

substrate/frame/revive/fixtures/contracts/clear_storage_on_zero_value.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
#![no_std]
2121
#![no_main]
2222

23-
extern crate common;
23+
include!("../panic_handler.rs");
2424
use uapi::{HostFn, HostFnImpl as api, StorageFlags};
2525

2626
#[no_mangle]

0 commit comments

Comments
 (0)