Skip to content

Commit

Permalink
Fix clippy warning
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaseizinger committed Apr 25, 2023
1 parent de6bab7 commit 03c94d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/upgrade.rs
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ pub use self::{
};
pub use crate::Negotiated;
pub use multistream_select::{NegotiatedComplete, NegotiationError, ProtocolError, Version};
#[allow(deprecated)]
pub use optional::OptionalUpgrade;

/// Types serving as protocol names.
Expand Down

0 comments on commit 03c94d7

Please sign in to comment.