Skip to content

Commit

Permalink
Update open_options.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
al8n committed Sep 27, 2024
1 parent 4f8fd7f commit 5e2cbe2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/options/open_options.rs
Original file line number Diff line number Diff line change
Expand Up @@ -495,6 +495,7 @@ impl<S> Builder<S> {
let Self { opts, cks } = self;
let unify = opts.unify;
let mv = opts.magic_version;
#[allow(clippy::bind_instead_of_map)]
opts
.to_arena_options()
.map_anon::<C::Allocator>()
Expand Down Expand Up @@ -629,6 +630,7 @@ impl<S> Builder<S> {

let magic_version = opts.magic_version();

#[allow(clippy::bind_instead_of_map)]
opts
.to_arena_options()
.with_unify(true)
Expand Down

0 comments on commit 5e2cbe2

Please sign in to comment.