File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -354,7 +354,7 @@ bstr v0.2.16
354354
355355<!--
356356This snippet of output shows that the project `foo` depends on `bar` with the "default" feature.
357- Then, `bar` depends on `bstr` as a build-dependency with the "default" feature
357+ Then, `bar` depends on `bstr` as a build-dependency with the "default" feature.
358358We can further see that `bstr`'s "default" feature enables "unicode" (among other features).
359359-->
360360
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ We can fix this by using fully qualified syntax:
7575``` rust,ignore
7676fn main() {
7777 // Now it is clear which trait method we're referring to
78- <Vec<i32> as MyTrait<()>::from_iter(None);
78+ <Vec<i32> as MyTrait<()>> ::from_iter(None);
7979}
8080```
8181
You can’t perform that action at this time.
0 commit comments