From e837dd4c51118c9b9ac7dea7a2bb9bdae6b1da76 Mon Sep 17 00:00:00 2001 From: Georg Semmler Date: Wed, 13 Nov 2024 18:22:29 +0100 Subject: [PATCH] Drop gitter from the docs Our gitter channel has a spam problem and we do not have admin rights anymore due to whatever matrix bugs we hit. The channel therefore become unmaintainable. Given that we should drop it from our documentation. --- diesel/src/lib.rs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/diesel/src/lib.rs b/diesel/src/lib.rs index 0876f9842314..ccc9261d128a 100644 --- a/diesel/src/lib.rs +++ b/diesel/src/lib.rs @@ -137,9 +137,8 @@ //! ## Getting help //! //! If you run into problems, Diesel has an active community. -//! Either open a new [discussion] thread at diesel github repository or -//! use the active Gitter room at -//! [gitter.im/diesel-rs/diesel](https://gitter.im/diesel-rs/diesel) +//! Open a new [discussion] thread at diesel github repository +//! and we will try to help you //! //! [discussion]: https://github.com/diesel-rs/diesel/discussions/categories/q-a //!