Skip to content

Commit 257bbd2

Browse files
authored
Removed duplicate bits entry from the 'List of attributes' section of attributes docs (sharksforarms#588)
1 parent 8530ff6 commit 257bbd2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/attributes.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ enum DekuEnum {
5959
| [cond](#cond) | field | Conditional expression for the field
6060
| [default](#default) | field | Provide default value. Used with [skip](#skip) or [cond](#cond)
6161
| [map](#map) | field | Specify a function or lambda to apply to the result of the read
62-
| [bits](#bits) | field | Set the bit-size of the field
6362
| [reader](#readerwriter) | variant, field | Custom reader code
6463
| [writer](#readerwriter) | variant, field | Custom writer code
6564
| [ctx](#ctx) | top-level, field| Context list for context sensitive parsing

0 commit comments

Comments
 (0)