Skip to content

Commit 533af84

Browse files
eldruinryankurte
authored andcommitted
Update MIGRATING-0.2-1.0.md
Co-authored-by: Ryan <ryankurte@users.noreply.github.com>
1 parent d065eb5 commit 533af84

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)