Skip to content

Commit af54371

Browse files
committed
Update book for FnOnce/FnMut/Fn
1 parent 94b6272 commit af54371

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/src/clauses/well_known_traits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Some common examples of auto traits are `Send` and `Sync`.
2828
[coinductive_section]: ../engine/logic/coinduction.html#coinduction-and-refinement-strands
2929

3030
# Current state
31-
| Type | Copy | Clone | Sized | Unsize | Drop | FnOnce | Unpin | Generator | auto traits |
31+
| Type | Copy | Clone | Sized | Unsize | Drop | FnOnce/FnMut/Fn | Unpin | Generator | auto traits |
3232
| --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |
3333
| tuple types ||||||||||
3434
| structs ||||||||||

0 commit comments

Comments
 (0)