Skip to content

Commit

Permalink
refactor(config): remove FIXME statement in comment of omit-git-hash
Browse files Browse the repository at this point in the history
It is already fixed.
  • Loading branch information
ismailarilik committed Nov 1, 2024
1 parent 145f9cf commit e169483
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions config.example.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit e169483

Please sign in to comment.