From 79971de87363b6fcbedf26fbe805132fcf8bebbe Mon Sep 17 00:00:00 2001 From: Caleb Meyer Date: Mon, 30 Dec 2019 09:07:07 -0800 Subject: [PATCH] Remove duplicate "being updated" (#135) This looks like a typo. Thanks for making docs changes so easy. --- content/docs/databases.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/content/docs/databases.md b/content/docs/databases.md index 889950e..e840768 100644 --- a/content/docs/databases.md +++ b/content/docs/databases.md @@ -12,8 +12,6 @@ NOTE: The `actix-web` 1.0 version of this section is still this [example](https://github.com/actix/examples/tree/master/async_db) until then. {{% /alert %}} -[being updated](https://github.com/cldershem/actix-website/tree/update1.0-db). - At the moment, Diesel 1.0 does not support asynchronous operations, but it's possible to use the `actix` synchronous actor system as a database interface api.