mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 08:51:09 +00:00
Migrate rpc-servers, serializer, service and sr-io to the 2018 edition (#1732)
This commit is contained in:
committed by
Bastian Köcher
parent
91114c6c11
commit
31188dc013
@@ -14,21 +14,16 @@
|
||||
// You should have received a copy of the GNU General Public License
|
||||
// along with Substrate. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
|
||||
extern crate substrate_primitives as primitives;
|
||||
extern crate hash_db;
|
||||
|
||||
#[doc(hidden)]
|
||||
pub extern crate sr_std as rstd;
|
||||
|
||||
pub use parity_codec as codec;
|
||||
#[doc(hidden)]
|
||||
pub extern crate parity_codec as codec;
|
||||
pub use rstd;
|
||||
pub use rstd::{mem, slice};
|
||||
|
||||
use core::intrinsics;
|
||||
use rstd::vec::Vec;
|
||||
use hash_db::Hasher;
|
||||
use primitives::Blake2Hasher;
|
||||
pub use rstd::{mem, slice};
|
||||
|
||||
#[panic_handler]
|
||||
#[no_mangle]
|
||||
|
||||
Reference in New Issue
Block a user