From 94e8ac85b383165a1c6015dbba5b6a0ae849a21a Mon Sep 17 00:00:00 2001 From: okrplay <32576280+okrplay@users.noreply.github.com> Date: Sat, 3 Jul 2021 17:23:41 +0200 Subject: [PATCH] Remove outdated documentation regarding subscriptions in Tide --- integrations/tide/src/lib.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/integrations/tide/src/lib.rs b/integrations/tide/src/lib.rs index 3f1dd462..e1921977 100644 --- a/integrations/tide/src/lib.rs +++ b/integrations/tide/src/lib.rs @@ -1,8 +1,5 @@ //! Async-graphql integration with Tide //! -//! Tide [does not support websockets](https://github.com/http-rs/tide/issues/67), so you can't use -//! subscriptions with it. -//! //! # Examples //! *[Full Example]()*