Document the size of bool
This commit is contained in:
parent
ebda7662db
commit
219ba511c8
1 changed files with 1 additions and 0 deletions
|
|
@ -189,6 +189,7 @@ pub fn forget<T>(t: T) {
|
|||
/// Type | size_of::\<Type>()
|
||||
/// ---- | ---------------
|
||||
/// () | 0
|
||||
/// bool | 1
|
||||
/// u8 | 1
|
||||
/// u16 | 2
|
||||
/// u32 | 4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue