diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2024-02-18 18:54:34 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-18 18:54:34 +0100 |
| commit | 717d602c221855405296cf9131820a439176b106 (patch) | |
| tree | 02075671580ff6d969ec3dd2ca018a6464db86c0 | |
| parent | 57d9523a95f551b15da10dff024334349dbd730d (diff) | |
| parent | 61479730826b83c92285d60b8571b8f5ce428129 (diff) | |
| download | rust-717d602c221855405296cf9131820a439176b106.tar.gz rust-717d602c221855405296cf9131820a439176b106.zip | |
Rollup merge of #121257 - tshepang:extraneous, r=Mark-Simulacrum
remove extraneous text from example config
| -rw-r--r-- | config.example.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.example.toml b/config.example.toml index 098811195d7..975fcd71fc9 100644 --- a/config.example.toml +++ b/config.example.toml @@ -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) |
