From 03737e22478cf175d5943ae168d91f085d7de441 Mon Sep 17 00:00:00 2001
From: Philipp Krones <hello@philkrones.com>
Date: Tue, 9 Feb 2021 17:44:36 +0100
Subject: [PATCH] Remove rustfmt from rust-toolchain file

We use latest nightly rustfmt in our tests anyway
---
 rust-toolchain | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rust-toolchain b/rust-toolchain
index b617203bef6..d42fb5a68bc 100644
--- a/rust-toolchain
+++ b/rust-toolchain
@@ -1,3 +1,3 @@
 [toolchain]
 channel = "nightly-2021-02-03"
-components = ["llvm-tools-preview", "rustc-dev", "rust-src", "rustfmt"]
+components = ["llvm-tools-preview", "rustc-dev", "rust-src"]