Skip to content

Commit 8824d2a

Browse files
committed
Enable tests for macaddr
1 parent 40e8571 commit 8824d2a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/types/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ use postgres::types::{ToSql, FromSql, Slice, WrongType, Type, IsNull, Kind, Sess
1010

1111
#[cfg(feature = "bit-vec")]
1212
mod bit_vec;
13+
#[cfg(feature = "eui48")]
14+
mod eui48;
1315
#[cfg(feature = "uuid")]
1416
mod uuid;
1517
#[cfg(feature = "time")]

0 commit comments

Comments
 (0)