Skip to content

Commit 7153b94

Browse files
Hoblovskitshepang
authored andcommitted
Fix "Crate disambiguator" in libs-and-metadata.md
1 parent 60402a7 commit 7153b94

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Diff for: src/backend/libs-and-metadata.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,8 @@ The hash includes a variety of elements:
103103
* Hashes of the HIR nodes.
104104
* All of the upstream crate hashes.
105105
* All of the source filenames.
106-
* Hashes of certain command-line flags (like `-C metadata` via the [Crate
107-
Disambiguator](#crate-disambiguator), and all CLI options marked with
108-
`[TRACKED]`).
106+
* Hashes of certain command-line flags (like `-C metadata` via the [Stable
107+
Crate Id](#stable-crate-id), and all CLI options marked with `[TRACKED]`).
109108

110109
See [`compute_hir_hash`] for where the hash is actually computed.
111110

0 commit comments

Comments
 (0)