Skip to content

Commit 1c0d353

Browse files
committed
fix attribute documentation missing closing square bracket
1 parent e2bedf6 commit 1c0d353

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scylla/src/macros.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ pub use scylla_cql::macros::SerializeRow;
360360
/// If the value of the field received from DB is null, the field will be
361361
/// initialized with `Default::default()`.
362362
///
363-
/// `#[scylla(rename = "field_name")`
363+
/// `#[scylla(rename = "field_name")]`
364364
///
365365
/// By default, the generated implementation will try to match the Rust field
366366
/// to a UDT field with the same name. This attribute instead allows to match
@@ -475,7 +475,7 @@ pub use scylla_macros::DeserializeValue;
475475
/// The field will be completely ignored during deserialization and will
476476
/// be initialized with `Default::default()`.
477477
///
478-
/// `#[scylla(rename = "field_name")`
478+
/// `#[scylla(rename = "field_name")]`
479479
///
480480
/// By default, the generated implementation will try to match the Rust field
481481
/// to a column with the same name. This attribute allows to match to a column

0 commit comments

Comments
 (0)