Skip to content

Commit

Permalink
remove extra reference
Browse files Browse the repository at this point in the history
Reviewed By: samkevich

Differential Revision: D61847061

fbshipit-source-id: 2c354009436ac4b538abd0cb2dc120adf10db14a
  • Loading branch information
perehonchuk authored and facebook-github-bot committed Aug 28, 2024
1 parent 38a87b3 commit 62b0b2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion starlark-rust/starlark_derive/src/freeze.rs
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ fn derive_freeze_impl(input: DeriveInput) -> syn::Result<syn::ItemImpl> {
None => quote_spanned! { span=> },
};

let body = freeze_impl(&input.input)?;
let body = freeze_impl(input.input)?;

let gen = syn::parse_quote_spanned! {
span=>
Expand Down

0 comments on commit 62b0b2f

Please sign in to comment.