Skip to content

Commit

Permalink
scylla: Add empty lines in old derive macros docs
Browse files Browse the repository at this point in the history
Without those lines, whole doc for an item is merged and shown
in the summary, which makes it hard to read.
  • Loading branch information
Lorak-mmk committed Jan 12, 2024
1 parent 32411d3 commit 7933112
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scylla/src/macros.rs
Original file line number Diff line number Diff line change
@@ -1,18 +1,21 @@
/// #[derive(FromRow)] derives FromRow for struct
///
/// Works only on simple structs without generics etc
///
/// ---
///
pub use scylla_cql::macros::FromRow;

/// #[derive(FromUserType)] allows to parse struct as a User Defined Type
///
/// Works only on simple structs without generics etc
///
/// ---
///
pub use scylla_cql::macros::FromUserType;

/// #[derive(IntoUserType)] allows to pass struct a User Defined Type Value in queries
///
/// Works only on simple structs without generics etc
///
/// ---
Expand Down

0 comments on commit 7933112

Please sign in to comment.