File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments