Skip to content

Commit 921ed7c

Browse files
committed
Stop saying that const functions cannot use 'extern'
1 parent fd564da commit 921ed7c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/items/functions.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,8 +216,7 @@ Functions qualified with the `const` keyword are [const functions], as are
216216
[tuple struct] and [tuple variant] constructors. _Const functions_ can be
217217
called from within [const contexts].
218218

219-
Const functions are not allowed to be [async](#async-functions), and cannot
220-
use the [`extern` function qualifier](#extern-function-qualifier).
219+
Const functions are not allowed to be [async](#async-functions).
221220

222221
## Async functions
223222

0 commit comments

Comments
 (0)