diff options
Diffstat (limited to 'tests/headers/layout_eth_conf.h')
-rw-r--r-- | tests/headers/layout_eth_conf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/headers/layout_eth_conf.h b/tests/headers/layout_eth_conf.h index 71a430bf..93ab8408 100644 --- a/tests/headers/layout_eth_conf.h +++ b/tests/headers/layout_eth_conf.h @@ -1,4 +1,4 @@ -// bindgen-flags: --with-derive-hash --with-derive-partialeq --with-derive-eq --rustified-enum .* +// bindgen-flags: --with-derive-hash --with-derive-partialeq --with-derive-eq --rustified-enum ".*" typedef unsigned char uint8_t; typedef unsigned short uint16_t; typedef unsigned int uint32_t; |