We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b813d7a + a707c6c commit c264c89Copy full SHA for c264c89
juniper_actix/src/lib.rs
@@ -841,7 +841,7 @@ mod subscription_tests {
841
fn run(
842
&self,
843
messages: Vec<WsIntegrationMessage>,
844
- ) -> LocalBoxFuture<Result<(), anyhow::Error>> {
+ ) -> LocalBoxFuture<'_, Result<(), anyhow::Error>> {
845
Box::pin(self.run_async(messages))
846
}
847
juniper_axum/tests/ws_test_suite.rs
@@ -125,7 +125,7 @@ impl WsIntegration for TestApp {
125
126
127
128
129
Box::pin(self.clone().run(messages))
130
131
0 commit comments