Skip to content

Commit e169483

Browse files
committed
refactor(config): remove FIXME statement in comment of omit-git-hash
It is already fixed.
1 parent 145f9cf commit e169483

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

config.example.toml

-2
Original file line numberDiff line numberDiff line change
@@ -668,8 +668,6 @@
668668

669669
# Flag indicating whether git info will be retrieved from .git automatically.
670670
# Having the git information can cause a lot of rebuilds during development.
671-
#
672-
# FIXME(#76720): this can causes bugs if different compilers reuse the same metadata cache.
673671
#omit-git-hash = if rust.channel == "dev" { true } else { false }
674672

675673
# Whether to create a source tarball by default when running `x dist`.

0 commit comments

Comments
 (0)