Rollup merge of #121257 - tshepang:extraneous, r=Mark-Simulacrum

remove extraneous text from example config
This commit is contained in:
Matthias Krüger 2024-02-18 18:54:34 +01:00 committed by GitHub
commit 717d602c22
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -829,7 +829,7 @@
# target triples containing `-none`, `nvptx`, `switch`, or `-uefi`.
#no-std = <platform-specific> (bool)
# This is an array of the codegen backends that will be compiled a rustc
# This is an array of the codegen backends that will be
# compiled for this target, overriding the global rust.codegen-backends option.
# See that option for more info.
#codegen-backends = rust.codegen-backends (array)