Skip to content

Commit 4c14f9c

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

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
@@ -138,7 +138,7 @@ One thing that could mitigate `foo/bar` mapping to the potentially ambiguous `fo
138138

139139
### Using identical syntax in Cargo.toml and Rust source
140140

141-
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.
141+
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

143143
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

0 commit comments

Comments
 (0)