Skip to content

Commit

Permalink
chore: cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
discord9 committed Apr 23, 2024
1 parent ededf70 commit 73e088d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bindgen/codegen/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -802,7 +802,9 @@ impl CodeGenerator for Var {
if ctx.options().dynamic_library_name.is_some() {
result.dynamic_items().push_var(
canonical_ident,
self.ty().to_rust_ty_or_opaque(ctx, &()).into_token_stream(),
self.ty()
.to_rust_ty_or_opaque(ctx, &())
.into_token_stream(),
ctx.options().dynamic_link_require_all,
);
} else {
Expand Down

0 comments on commit 73e088d

Please sign in to comment.