Skip to content

Commit c2c59cb

Browse files
Update posts/inside-rust/2024-09-23-rtn-call-for-testing.md
1 parent c693b59 commit c2c59cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posts/inside-rust/2024-09-23-rtn-call-for-testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ These restrictions are described in further detail in [RFC 3654].
8989

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

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!
92+
[^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!
9393

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

0 commit comments

Comments
 (0)