Skip to content

Commit

Permalink
update docs derrive macro
Browse files Browse the repository at this point in the history
  • Loading branch information
GlenDC committed Mar 31, 2024
1 parent 8a5e0ad commit 93a2ec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use parse_attrs::TypeAttrs;
use proc_macro2::TokenStream;
use quote::{format_ident, quote, ToTokens};

/// Entrypoint for `#[derive(VennDB)]`.
/// Derive macro generating VennDB functionality for this struct.
#[proc_macro_derive(VennDB, attributes(venndb))]
pub fn venndb(input: proc_macro::TokenStream) -> proc_macro::TokenStream {
let ast = syn::parse_macro_input!(input as syn::DeriveInput);
Expand Down

0 comments on commit 93a2ec7

Please sign in to comment.