Skip to content

Commit

Permalink
Don't hide the Builder macro in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
TedDriggs committed Nov 28, 2022
1 parent 2439b97 commit 378a3a3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion derive_builder_macro/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ extern crate derive_builder_core;

use proc_macro::TokenStream;

#[doc(hidden)]
/// Create a builder struct for the deriving struct.
///
/// See the `derive_builder` crate documentation for more details.
#[proc_macro_derive(
Builder,
attributes(
Expand Down

0 comments on commit 378a3a3

Please sign in to comment.