Fixing Rust 2018 idioms.

This commit is contained in:
2019-01-21 22:21:24 -05:00
parent 097d9df847
commit d4a9e67a4a
8 changed files with 1 additions and 25 deletions

View File

@ -5,10 +5,6 @@
#![no_std]
extern crate core as std;
extern crate binding;
extern crate pact;
extern crate weave;
#[macro_use]