Rollup merge of #64306 - lukas-code:patch-1, r=jonas-schievink

Fix typo in config.toml.example
This commit is contained in:
Mazdak Farrokhzad 2019-09-09 17:42:27 +02:00 committed by GitHub
commit 063740f25d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -184,7 +184,7 @@
# default.
#extended = false
# Installs chosen set of extended tools if enables. By default builds all.
# Installs chosen set of extended tools if enabled. By default builds all.
# If chosen tool failed to build the installation fails.
#tools = ["cargo", "rls", "clippy", "rustfmt", "analysis", "src"]