mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-10-02 07:21:08 +00:00
fix typos
This commit is contained in:
parent
4f5f532909
commit
cfe61a4724
@ -43,8 +43,8 @@ impl ToTokens for QuotedMigration {
|
||||
version: #version,
|
||||
description: ::std::borrow::Cow::Borrowed(#description),
|
||||
migration_type: #migration_type,
|
||||
sql: :std::borrow::Cow::Borrowed(#sql),
|
||||
checksum: :std::borrow::Cow::Borrowed(&[
|
||||
sql: ::std::borrow::Cow::Borrowed(#sql),
|
||||
checksum: ::std::borrow::Cow::Borrowed(&[
|
||||
#(#checksum),*
|
||||
]),
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user