Explorar el Código

Fix an inaccurate comment.

whitequark hace 7 años
padre
commit
fac42e94db
Se han modificado 1 ficheros con 0 adiciones y 3 borrados
  1. 0 3
      src/phy/pcap_writer.rs

+ 0 - 3
src/phy/pcap_writer.rs

@@ -29,9 +29,6 @@ pub enum PcapMode {
 }
 
 /// A packet capture sink.
-///
-/// A sink is an interface to the platform functions, providing timestamping
-/// and streaming data output.
 pub trait PcapSink {
     /// Write data into the sink.
     fn write(&self, data: &[u8]);