소스 검색

Fix an inaccurate comment.

whitequark 7 년 전
부모
커밋
fac42e94db
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  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]);