Skip to content

Commit

Permalink
clippy fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
fakeshadow committed Apr 9, 2024
1 parent a41d840 commit e3651a3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions http/src/h2/proto/hpack/table.rs
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
use std::{
use core::{
cmp,
collections::VecDeque,
hash::{Hash, Hasher},
mem, usize,
mem,
};

use std::collections::VecDeque;

use fnv::FnvHasher;

use crate::http::{header, method::Method};
Expand Down

0 comments on commit e3651a3

Please sign in to comment.