Skip to content

Commit

Permalink
Update src/helpers/gateway/mod.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Andy Leiserson <[email protected]>
  • Loading branch information
akoshelev and andyleiserson authored Nov 6, 2023
1 parent 0b23471 commit 88d208d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers/gateway/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ impl Gateway {
roles: RoleAssignment,
transport: TransportImpl,
) -> Self {
#[allow(clippy::useless_conversion)]
#[allow(clippy::useless_conversion)] // not useless in stall-detection build
Self {
config,
transport: RoleResolvingTransport {
Expand Down

0 comments on commit 88d208d

Please sign in to comment.