Skip to content

Commit

Permalink
update macros
Browse files Browse the repository at this point in the history
  • Loading branch information
Geal committed Nov 27, 2024
1 parent 15389af commit aff9748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion biscuit-quote/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ impl ToTokens for Builder {
let builder_type = &self.builder_type;
let builder_quote = if let Some(target) = &self.target {
quote! {
let __biscuit_auth_builder: &mut #builder_type = #target;
let mut __biscuit_auth_builder: #builder_type = #target;
}
} else {
quote! {
Expand Down

0 comments on commit aff9748

Please sign in to comment.