Fixing this to work as a Rust 2018 library following the new idioms.

This commit is contained in:
Myrddin Dundragon 2019-01-21 21:01:58 -05:00
parent 1a3a5a26e3
commit eb9f0628ab
4 changed files with 1 additions and 7 deletions

View File

@ -1,6 +1,4 @@
#[macro_use]
extern crate scribe;
use scribe::{error, warn};
use std::env;

View File

@ -12,10 +12,6 @@
#[cfg(not(feature="use_std"))]
extern crate core as std;
extern crate scribe;
extern crate binding;
extern crate weave;
#[cfg(not(feature="rust_lib"))]