We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
automatically_derived
1 parent 843ca7e commit 87bd9e2Copy full SHA for 87bd9e2
derive/src/lib.rs
@@ -50,6 +50,7 @@ pub fn row(input: proc_macro::TokenStream) -> proc_macro::TokenStream {
50
51
// TODO: replace `clickhouse` with `::clickhouse` here.
52
let expanded = quote! {
53
+ #[automatically_derived]
54
impl #impl_generics clickhouse::Row for #name #ty_generics #where_clause {
55
const COLUMN_NAMES: &'static [&'static str] = #column_names;
56
}
0 commit comments