Fixing this to work as a Rust 2018 library following the new idioms.
This commit is contained in:
parent
1a3a5a26e3
commit
eb9f0628ab
4
build.rs
4
build.rs
@ -1,6 +1,4 @@
|
|||||||
#[macro_use]
|
use scribe::{error, warn};
|
||||||
extern crate scribe;
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
use std::env;
|
use std::env;
|
||||||
|
@ -12,10 +12,6 @@
|
|||||||
#[cfg(not(feature="use_std"))]
|
#[cfg(not(feature="use_std"))]
|
||||||
extern crate core as std;
|
extern crate core as std;
|
||||||
|
|
||||||
extern crate scribe;
|
|
||||||
extern crate binding;
|
|
||||||
extern crate weave;
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#[cfg(not(feature="rust_lib"))]
|
#[cfg(not(feature="rust_lib"))]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user