소스 검색

formatting

Will McLeish 2 년 전
부모
커밋
f7e499323d
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. 4 1
      src/wire/mod.rs

+ 4 - 1
src/wire/mod.rs

@@ -251,7 +251,10 @@ pub use self::dhcpv4::{
 };
 
 #[cfg(feature = "proto-dns")]
-pub use self::dns::{Packet as DnsPacket, Repr as DnsRepr, Type as DnsQueryType, Opcode as DnsOpCode, Flags as DnsFlags};
+pub use self::dns::{
+        Flags as DnsFlags, Opcode as DnsOpCode, Packet as DnsPacket, Repr as DnsRepr,
+        Type as DnsQueryType
+    };
 
 /// Parsing a packet failed.
 ///