Skip to content

Commit f3d4b38

Browse files
committed
Update well known traits table
1 parent 25afcd9 commit f3d4b38

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

book/src/clauses/well_known_traits.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,9 @@ Some common examples of auto traits are `Send` and `Sync`.
3636
| trait objects ||||||||||
3737
| functions ptrs ||||||||||
3838
| raw ptrs ||||||||||
39+
| references ||||||||||
40+
| slices ||||||||||
3941
| arrays❌ ||||||||||
40-
| slices❌ ||||||||||
4142
| closures❌ ||||||||||
4243
| generators❌ ||||||||||
4344
| gen. witness❌ ||||||||||

0 commit comments

Comments
 (0)