Skip to content

Commit 07782e8

Browse files
Reword call for participation
1 parent 23748d5 commit 07782e8

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

posts/inside-rust/2019-11-23-const-if-match.md

+3-6
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,9 @@ be [feature-gated separately][52000], and the `?` operator, which calls
7575

7676
## What's next?
7777

78-
This change will allow a great number of standard library functions to be
79-
made `const`. If you like, you can help with this process! There's a [list of
80-
numeric functions][const-int] that can be constified with little effort. Be
81-
aware that things move slowly in the standard library, and it's always best
82-
to have a concrete use case that demonstrates why this *particular* function
83-
needs to be callable in a const context.
78+
This change will allow a great number of standard library functions to be made
79+
`const`. You can help with this process! To get started, here's a [list of
80+
numeric functions][const-int] that can be constified with little effort.
8481

8582
Personally, I've looked forward to this feature for a long time, and I can't
8683
wait to start playing with it. If you feel the same, I would greatly

0 commit comments

Comments
 (0)