Skip to content

Commit 9532a9a

Browse files
committed
Clarify glob overlap text
1 parent 9f87a41 commit 9532a9a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

text/0000-api-evolution.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -176,11 +176,11 @@ There are two reasons this is considered a minor change by this RFC:
176176
implemented. The details are left to a future RFC, however.
177177

178178
2. Even if that change were made, though, there is still the case where two glob
179-
imports conflict without any explicit definition "covering" them. This is
180-
permitted to produce an error under the principles of this RFC because the
181-
glob imports could have been written as more explicit (expanded) `use`
182-
statements. It is also plausible to do this expansion automatically for a
183-
crate's dependencies, to prevent breakage in the first place.
179+
imports conflict with each other, without any explicit definition "covering"
180+
them. This is permitted to produce an error under the principles of this RFC
181+
because the glob imports could have been written as more explicit (expanded)
182+
`use` statements. It is also plausible to do this expansion automatically for
183+
a crate's dependencies, to prevent breakage in the first place.
184184

185185
### Structs
186186

0 commit comments

Comments
 (0)