Skip to content

Commit

Permalink
allow dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
dswij committed Jan 6, 2024
1 parent e13adae commit 8d11674
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ pub struct Error {
#[derive(Debug)]
enum Kind {
/// A RST_STREAM frame was received or sent.
#[allow(dead_code)]
Reset(StreamId, Reason, Initiator),

/// A GO_AWAY frame was received or sent.
Expand Down

0 comments on commit 8d11674

Please sign in to comment.