Skip to content

Commit e6a2ea0

Browse files
committed
Drop #[macro_use] attribute
It is not needed here.
1 parent c7b57d0 commit e6a2ea0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scylla-cql/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
pub(crate) mod pretty;
22

33
pub mod frame;
4-
#[macro_use]
54
pub mod macros {
65
pub use scylla_macros::DeserializeRow;
76
pub use scylla_macros::DeserializeValue;

0 commit comments

Comments
 (0)