Skip to content

Commit 56651e6

Browse files
committed
fix lint about unused import
1 parent 4aa7b16 commit 56651e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/frame/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ pub use crate::hpack::BytesStr;
6969

7070
pub use self::settings::{
7171
DEFAULT_INITIAL_WINDOW_SIZE, DEFAULT_MAX_FRAME_SIZE, DEFAULT_SETTINGS_HEADER_TABLE_SIZE,
72-
MAX_INITIAL_WINDOW_SIZE, MAX_MAX_FRAME_SIZE,
72+
MAX_MAX_FRAME_SIZE,
7373
};
7474

7575
pub type FrameSize = u32;

0 commit comments

Comments
 (0)