Skip to content

Commit

Permalink
[new_edns/cookie] Import 'AsBytes' unconditionally
Browse files Browse the repository at this point in the history
  • Loading branch information
bal-e committed Feb 7, 2025
1 parent 121efe0 commit 2219209
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/new_edns/cookie.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ use core::{net::IpAddr, ops::Range};

use domain_macros::*;

use crate::new_base::{wire::ParseBytesByRef, Serial};

#[cfg(feature = "siphasher")]
use crate::new_base::wire::AsBytes;
use crate::new_base::{
wire::{AsBytes, ParseBytesByRef},
Serial,
};

//----------- ClientCookie ---------------------------------------------------

Expand Down

0 comments on commit 2219209

Please sign in to comment.