Skip to content

Commit 2cb1d43

Browse files
committed
Update well known traits table
1 parent a1adb9c commit 2cb1d43

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

book/src/clauses/well_known_traits.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,11 @@ Some common examples of auto traits are `Send` and `Sync`.
3434
| structs ||||||||||
3535
| scalar types | 📚 | 📚 ||||||||
3636
| str | 📚 | 📚 ||||||||
37+
| never type | 📚 | 📚 ||||||||
3738
| trait objects ||||||||||
3839
| functions ptrs ||||||||||
39-
| raw ptrs | | ||||||||
40-
| immutable refs | | ||||||||
40+
| raw ptrs | 📚 | 📚 ||||||||
41+
| immutable refs | 📚 | 📚 ||||||||
4142
| mutable refs ||||||||||
4243
| slices ||||||||||
4344
| arrays❌ ||||||||||

0 commit comments

Comments
 (0)