Skip to content

Commit 2cc0ad4

Browse files
authored
Unrolled build for rust-lang#132465
Rollup merge of rust-lang#132465 - ismailarilik:refactor/config/remove-fixme-comment-for-omit-git-hash, r=jieyouxu refactor(config): remove FIXME statement in comment of `omit-git-hash` It is already fixed.
2 parents b5f4883 + e169483 commit 2cc0ad4

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)