Skip to content

Commit 7933112

Browse files
committed
scylla: Add empty lines in old derive macros docs
Without those lines, whole doc for an item is merged and shown in the summary, which makes it hard to read.
1 parent 32411d3 commit 7933112

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scylla/src/macros.rs

+3
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,21 @@
11
/// #[derive(FromRow)] derives FromRow for struct
2+
///
23
/// Works only on simple structs without generics etc
34
///
45
/// ---
56
///
67
pub use scylla_cql::macros::FromRow;
78

89
/// #[derive(FromUserType)] allows to parse struct as a User Defined Type
10+
///
911
/// Works only on simple structs without generics etc
1012
///
1113
/// ---
1214
///
1315
pub use scylla_cql::macros::FromUserType;
1416

1517
/// #[derive(IntoUserType)] allows to pass struct a User Defined Type Value in queries
18+
///
1619
/// Works only on simple structs without generics etc
1720
///
1821
/// ---

0 commit comments

Comments
 (0)