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]()*