Explorar o código

Fix an unused import warning.

whitequark %!s(int64=7) %!d(string=hai) anos
pai
achega
01021e46ce
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      src/phy/pcap_writer.rs

+ 2 - 1
src/phy/pcap_writer.rs

@@ -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};