Fix an unused import warning.

This commit is contained in:
whitequark 2017-08-31 14:31:20 +00:00
parent a71542b2f2
commit 47770a5ec2
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
use core::cell::RefCell;
#[cfg(feature = "std")]
use std::cell::RefCell;
#[cfg(feature = "std")]
use std::io::Write;
use byteorder::{ByteOrder, NativeEndian};