mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-10-02 23:35:20 +00:00
remove outdated comment
This commit is contained in:
parent
800af574c5
commit
255dce1f06
@ -44,9 +44,6 @@ where
|
||||
|
||||
let columns = output::columns_to_rust(&describe)?;
|
||||
|
||||
// record_type will be wrapped in parens which the compiler ignores without a trailing comma
|
||||
// e.g. (Foo) == Foo but (Foo,) = one-element tuple
|
||||
// and giving an empty stream for record_type makes it unit `()`
|
||||
let record_type: Path = Ident::new("Record", Span::call_site()).into();
|
||||
|
||||
let record_fields = columns
|
||||
|
Loading…
x
Reference in New Issue
Block a user