Skip to content

Commit

Permalink
fix lint about unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar committed Oct 30, 2023
1 parent 4aa7b16 commit 56651e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frame/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ pub use crate::hpack::BytesStr;

pub use self::settings::{
DEFAULT_INITIAL_WINDOW_SIZE, DEFAULT_MAX_FRAME_SIZE, DEFAULT_SETTINGS_HEADER_TABLE_SIZE,
MAX_INITIAL_WINDOW_SIZE, MAX_MAX_FRAME_SIZE,
MAX_MAX_FRAME_SIZE,
};

pub type FrameSize = u32;
Expand Down

0 comments on commit 56651e6

Please sign in to comment.