We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
dead_code
1 parent 23431e5 commit 315acf3Copy full SHA for 315acf3
sqlx-postgres/src/message/row_description.rs
@@ -27,13 +27,16 @@ pub struct Field {
27
28
/// The data type size (see pg_type.typlen). Note that negative values denote
29
/// variable-width types.
30
+ #[allow(dead_code)]
31
pub data_type_size: i16,
32
33
/// The type modifier (see pg_attribute.atttypmod). The meaning of the
34
/// modifier is type-specific.
35
36
pub type_modifier: i32,
37
38
/// The format code being used for the field.
39
40
pub format: i16,
41
}
42
0 commit comments