Only use default for Option<T>

This commit is contained in:
Greg Johnston 2022-12-08 19:27:45 -05:00
parent aca2c131d4
commit 605398bcea

View file

@ -177,7 +177,7 @@ impl ToTokens for InlinePropsBody {
} else {
quote! {
#comment_macro
#[builder(default, setter(into, doc = #comment))]
#[builder(setter(into, doc = #comment))]
pub #f
}
}