Skip to content

Commit

Permalink
Update well known traits table
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanwhit committed May 21, 2020
1 parent 7a87e30 commit 3076dab
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions book/src/clauses/well_known_traits.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,11 @@ Some common examples of auto traits are `Send` and `Sync`.
| structs ||||||||||
| scalar types | 📚 | 📚 ||||||||
| str | 📚 | 📚 ||||||||
| never type | 📚 | 📚 ||||||||
| trait objects ||||||||||
| functions ptrs ||||||||||
| raw ptrs | | ||||||||
| immutable refs | | ||||||||
| raw ptrs | 📚 | 📚 ||||||||
| immutable refs | 📚 | 📚 ||||||||
| mutable refs ||||||||||
| slices ||||||||||
| arrays❌ ||||||||||
Expand Down

0 comments on commit 3076dab

Please sign in to comment.