remove outdated comment

This commit is contained in:
Austin Bonander 2020-03-04 12:56:15 -08:00 committed by Ryan Leckey
parent 800af574c5
commit 255dce1f06

View File

@ -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