Skip to content

Commit d9a3c90

Browse files
Manishearthehuss
andauthored
Update text/0000-packages-as-optional-namespaces.md
Co-authored-by: Eric Huss <eric@huss.org>
1 parent 4c14f9c commit d9a3c90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/0000-packages-as-optional-namespaces.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ One thing that could mitigate `foo/bar` mapping to the potentially ambiguous `fo
140140

141141
The `/` proposal does not require changes to Rust compiler to allow slash syntax (or whatever) to parse as a Rust path. Such changes could be made (though not with slash syntax due to parsing ambiguity, see [below](#separator-choice) for more options); this RFC is attempting to be minimal in its effects on rustc.
142142

143-
However, the divergence between Cargo.toml and rustc syntax does indeed have a complexity cost, and may be confusing to some users. Furthermore, it increases the chances of [Dash typosquatting](#Dash typosquatting) being effective.
143+
However, the divergence between Cargo.toml and rustc syntax does indeed have a complexity cost, and may be confusing to some users. Furthermore, it increases the chances of [Dash typosquatting](#dash-typosquatting) being effective.
144144

145145
Some potential mappings for `foo/bar` could be:
146146

0 commit comments

Comments
 (0)