mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-12-30 05:11:13 +00:00
sqlx-core/src/mysql/types/str.rs: cargo fmt
This commit is contained in:
parent
d8142a8fa3
commit
1acd782e7f
@ -34,9 +34,7 @@ impl Type<MySql> for str {
|
||||
| ColumnType::Enum
|
||||
) && matches!(
|
||||
ty.char_set,
|
||||
COLLATE_UTF8MB4_UNICODE_CI
|
||||
| COLLATE_UTF8_UNICODE_CI
|
||||
| COLLATE_UTF8_GENERAL_CI
|
||||
COLLATE_UTF8MB4_UNICODE_CI | COLLATE_UTF8_UNICODE_CI | COLLATE_UTF8_GENERAL_CI
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user