From b950e33d81c2dc6d8e323bb51440455048453a55 Mon Sep 17 00:00:00 2001 From: kwangin Date: Thu, 3 May 2018 09:06:41 +0900 Subject: [PATCH] Remove useless comment --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 93d2af8ac..46bd76e70 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ $ source $HOME/.cargo/env $ rustup component add rustfmt-preview ``` -If your rustc version is lower than 1.25.0, please update and install rustfmt: +If your rustc version is lower than 1.25.0, please update it: ```bash $ rustup update