about summary refs log tree commit diff
diff options
context:
space:
mode:
authorismailarilik <arilik.ismail@gmail.com>2024-11-01 20:19:01 +0300
committerismailarilik <arilik.ismail@gmail.com>2024-11-01 20:19:01 +0300
commite169483879e73141bec00004c3c68eaa9652423b (patch)
tree6f5c3abe5991a4ae4933d655799efe0e9717deb4
parent145f9cf95de1fbde3fa11e98461310e0373253e6 (diff)
downloadrust-e169483879e73141bec00004c3c68eaa9652423b.tar.gz
rust-e169483879e73141bec00004c3c68eaa9652423b.zip
refactor(config): remove FIXME statement in comment of `omit-git-hash`
It is already fixed.
-rw-r--r--config.example.toml2
1 files changed, 0 insertions, 2 deletions
diff --git a/config.example.toml b/config.example.toml
index 9072a83551a..cd7ec6a05bc 100644
--- a/config.example.toml
+++ b/config.example.toml
@@ -668,8 +668,6 @@
 
 # Flag indicating whether git info will be retrieved from .git automatically.
 # Having the git information can cause a lot of rebuilds during development.
-#
-# FIXME(#76720): this can causes bugs if different compilers reuse the same metadata cache.
 #omit-git-hash = if rust.channel == "dev" { true } else { false }
 
 # Whether to create a source tarball by default when running `x dist`.