From a3f124685a642061b0bdef996bff00da2d37c71d Mon Sep 17 00:00:00 2001 From: memoryruins Date: Thu, 5 Apr 2018 18:32:04 -0400 Subject: [PATCH] Remove redundant quickstart paragraph. --- guide/src/qs_1.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/guide/src/qs_1.md b/guide/src/qs_1.md index e73f65627..f3dda1ccd 100644 --- a/guide/src/qs_1.md +++ b/guide/src/qs_1.md @@ -1,8 +1,5 @@ # Quick start -Before you can start writing a actix web applications, you’ll need a version of Rust installed. -We recommend you use rustup to install or configure such a version. - ## Install Rust Before we begin, we need to install Rust using the [rustup](https://www.rustup.rs/) installer: