Skip to content

Commit 5b8ca87

Browse files
committed
Fix warning
1 parent ba64cc2 commit 5b8ca87

File tree

1 file changed

+1
-0
lines changed
  • derive/src/from_row/structs

1 file changed

+1
-0
lines changed

derive/src/from_row/structs/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,7 @@ mod tests {
288288
let code = r#"
289289
#[derive(FromRow)]
290290
#[mysql(crate_name = "mysql_common")]
291+
#[mysql(allow_suboptimal_repr)]
291292
struct Foo {
292293
r#type: u64,
293294
}

0 commit comments

Comments
 (0)