Skip to content

Commit c4e5ca8

Browse files
committed
Tune lints for 1.88 Rust
1 parent b5b21f1 commit c4e5ca8

File tree

1 file changed

+1
-1
lines changed
  • juniper_graphql_ws/src/graphql_transport_ws

1 file changed

+1
-1
lines changed

juniper_graphql_ws/src/graphql_transport_ws/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ impl<S: Schema, I: Init<S::ScalarValue, S::Context>> ConnectionState<S, I> {
162162
// We already have an operation with this id. We must close the connection.
163163
Output::Close {
164164
code: 4409,
165-
message: format!("Subscriber for {} already exists", id),
165+
message: format!("Subscriber for {id} already exists"),
166166
}
167167
.into_stream()
168168
} else {

0 commit comments

Comments
 (0)