Skip to content

Commit

Permalink
fix clippy error
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Jun 16, 2024
1 parent 8c1f810 commit f37e67a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion idna/src/punycode.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ use alloc::{string::String, vec::Vec};
use core::char;
use core::fmt::Write;
use core::marker::PhantomData;
use core::u32;

// Bootstring parameters for Punycode
const BASE: u32 = 36;
Expand Down

0 comments on commit f37e67a

Please sign in to comment.