Skip to content

Commit 3db46f6

Browse files
committed
Hygiene test: Extend import test
Now that values (CqlValue etc) are manually re-exported in lib.rs we should test the correctness of this re-export.
1 parent 7986a62 commit 3db46f6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

scylla/tests/integration/hygiene.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,10 @@ macro_rules! test_crate {
179179
#[allow(unused_imports)]
180180
use _scylla::frame::response::result::{CollectionType, ColumnType, NativeType, UserDefinedType};
181181
#[allow(unused_imports)]
182-
use _scylla::value::CqlValue;
182+
use _scylla::value::{
183+
Counter, CqlDate, CqlDecimal, CqlDecimalBorrowed, CqlDuration, CqlTime, CqlTimestamp,
184+
CqlTimeuuid, CqlValue, CqlVarint, CqlVarintBorrowed, MaybeUnset, Row, Unset, ValueOverflow
185+
};
183186
}
184187

185188
// Test attributes for value struct with name flavor

0 commit comments

Comments
 (0)