Fixed the library to use the new Rust 2018 module system.

This commit is contained in:
2019-01-19 23:48:55 -05:00
parent 824605a198
commit 7fcc81dedb
3 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,6 @@
#[cfg(not(feature="use_std"))]
extern crate core as std;
#[macro_use]
extern crate scribe;