Skip to content

Commit 87bd9e2

Browse files
committed
feat(derive): add automatically_derived annotation
1 parent 843ca7e commit 87bd9e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

derive/src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ pub fn row(input: proc_macro::TokenStream) -> proc_macro::TokenStream {
5050

5151
// TODO: replace `clickhouse` with `::clickhouse` here.
5252
let expanded = quote! {
53+
#[automatically_derived]
5354
impl #impl_generics clickhouse::Row for #name #ty_generics #where_clause {
5455
const COLUMN_NAMES: &'static [&'static str] = #column_names;
5556
}

0 commit comments

Comments
 (0)