fix typos

This commit is contained in:
Tom Dohrmann 2021-02-02 13:46:15 +01:00 committed by Austin Bonander
parent 4f5f532909
commit cfe61a4724

View File

@ -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),*
]),
}