diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2024-06-08 18:37:59 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-08 18:37:59 +0200 |
| commit | 9395236d3d354ec58ecee58c0cc5076d2d8da013 (patch) | |
| tree | da0f5d9903258d75c281f36e76acc6970cc63e1a | |
| parent | e484b3efa5ef01d93a4154f26b546a58dddc471b (diff) | |
| parent | 9aa96b462348905977ee683114f3dbe235fc7c17 (diff) | |
| download | rust-9395236d3d354ec58ecee58c0cc5076d2d8da013.tar.gz rust-9395236d3d354ec58ecee58c0cc5076d2d8da013.zip | |
Rollup merge of #126132 - tshepang:patch-1, r=Kobzol
config.example.toml: minor improves
| -rw-r--r-- | config.example.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config.example.toml b/config.example.toml index 61655dad638..fb45493ec4a 100644 --- a/config.example.toml +++ b/config.example.toml @@ -389,8 +389,8 @@ # a Nix toolchain on non-NixOS distributions. #patch-binaries-for-nix = false -# Collect information and statistics about the current build and writes it to -# disk. Enabling this or not has no impact on the resulting build output. The +# Collect information and statistics about the current build, and write it to +# disk. Enabling this has no impact on the resulting build output. The # schema of the file generated by the build metrics feature is unstable, and # this is not intended to be used during local development. #metrics = false |
