Skip to content

Commit

Permalink
lib.rs: + 96-item inline support
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Cronce authored and dpc committed Oct 30, 2019
1 parent 65bc766 commit a8b3575
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1579,8 +1579,8 @@ macro_rules! impl_array(
);

impl_array!(
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 20, 24, 32, 36, 0x40, 0x80, 0x100,
0x200, 0x400, 0x800, 0x1000, 0x2000, 0x4000, 0x8000, 0x10000, 0x20000, 0x40000, 0x80000,
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 20, 24, 32, 36, 0x40, 0x60, 0x80, 0x100,
0x200, 0x400, 0x600, 0x800, 0x1000, 0x2000, 0x4000, 0x6000, 0x8000, 0x10000, 0x20000, 0x40000, 0x60000, 0x80000,
0x100000
);

Expand Down

0 comments on commit a8b3575

Please sign in to comment.