File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -176,11 +176,11 @@ There are two reasons this is considered a minor change by this RFC:
176
176
implemented. The details are left to a future RFC, however.
177
177
178
178
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.
184
184
185
185
### Structs
186
186
You can’t perform that action at this time.
0 commit comments