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 c693b59 commit c2c59cbCopy full SHA for c2c59cb
posts/inside-rust/2024-09-23-rtn-call-for-testing.md
@@ -89,7 +89,7 @@ These restrictions are described in further detail in [RFC 3654].
89
90
We'd love for you to test out this feature on the latest Rust nightly compiler[^nightly].
91
92
-[^nightly]: Make sure to run `rustup update nightly` or however manage your Rust releases, since the feature is very new and is still unstable!
+[^nightly]: Make sure to run `rustup update nightly` or however you manage your Rust releases, since the feature is very new and is still unstable!
93
94
Specifically, we'd like for you to identify traits where you're unnecessarily restricting your trait definitions with `+ Send` or similar bounds:
95
0 commit comments