Skip to content

Commit

Permalink
Update posts/inside-rust/2024-09-23-rtn-call-for-testing.md
Browse files Browse the repository at this point in the history
  • Loading branch information
compiler-errors authored Sep 23, 2024
1 parent c693b59 commit c2c59cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posts/inside-rust/2024-09-23-rtn-call-for-testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ These restrictions are described in further detail in [RFC 3654].

We'd love for you to test out this feature on the latest Rust nightly compiler[^nightly].

[^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!

Specifically, we'd like for you to identify traits where you're unnecessarily restricting your trait definitions with `+ Send` or similar bounds:

Expand Down

0 comments on commit c2c59cb

Please sign in to comment.