Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b7c75f6

Browse files
eldruinryankurte
andauthoredJun 17, 2021
Update MIGRATING-0.2-1.0.md
Co-authored-by: Ryan <[email protected]>
1 parent 549d3be commit b7c75f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎MIGRATING-0.2-1.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Alternatively (needs Rust edition 2018):
5959

6060
The prelude has been removed because it could make method calls ambiguous, since the method names are now
6161
the same across execution models.
62-
To overcome this, simply import the traits you wish to use individually.
62+
To overcome this, please import the traits you wish to use individually.
6363
If you run into ambiguous method calls, you can disambiguate using fully-qualified syntax (the error message
6464
from the compiler should already tell you how it should look like in your case) or tweak your trait imports or code
6565
to limit the scope of the trait imports and thus avoid ambiguity.

0 commit comments

Comments
 (0)
Please sign in to comment.