Will McLeish 2 年 前
コミット
91823243ae
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/wire/mod.rs

+ 1 - 1
src/wire/mod.rs

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