diff options
| author | Tshepang Mbambo <tshepang@gmail.com> | 2024-06-07 19:41:37 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-07 19:41:37 +0200 |
| commit | 9aa96b462348905977ee683114f3dbe235fc7c17 (patch) | |
| tree | 3f14d5b4928d0172638bcc4974a24f4820cb80f5 /config.example.toml | |
| parent | e3c3ce62d7a8328120aa2abf60a34576f3862fde (diff) | |
| download | rust-9aa96b462348905977ee683114f3dbe235fc7c17.tar.gz rust-9aa96b462348905977ee683114f3dbe235fc7c17.zip | |
config.example.toml: minor improves
Diffstat (limited to 'config.example.toml')
| -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 |
