Delete unuse extern (#941)

This commit is contained in:
Guanghua Guo
2018-11-03 04:05:37 +08:00
committed by Gav Wood
parent e384cec08f
commit c3809fe962
5 changed files with 0 additions and 8 deletions
-2
View File
@@ -20,8 +20,6 @@
// `construct_runtime!` does a lot of recursion and requires us to increase the limit to 256.
#![recursion_limit="256"]
extern crate sr_io as runtime_io;
#[macro_use]
extern crate sr_api as runtime_api;