We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d065eb5 commit 533af84Copy full SHA for 533af84
MIGRATING-0.2-1.0.md
@@ -59,7 +59,7 @@ Alternatively (needs Rust edition 2018):
59
60
The prelude has been removed because it could make method calls ambiguous, since the method names are now
61
the same across execution models.
62
-To overcome this, simply import the traits you wish to use individually.
+To overcome this, please import the traits you wish to use individually.
63
If you run into ambiguous method calls, you can disambiguate using fully-qualified syntax (the error message
64
from the compiler should already tell you how it should look like in your case) or tweak your trait imports or code
65
to limit the scope of the trait imports and thus avoid ambiguity.
0 commit comments