Skip to content

Commit

Permalink
Update traits.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
al8n committed Nov 11, 2024
1 parent 62a8fd8 commit b450635
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/traits.rs
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ pub trait List: Sized + From<Self::Constructable> {
.allocate_header(opts.magic_version())
.map(|(header_offset, meta)| (Some(header_offset as u32), meta))?
} else {
std::println!("here");
unsafe {
(None, NonNull::new_unchecked(Box::into_raw(Box::new(
<<<L::Constructable as Constructable>::Allocator as AllocatorSealed>::Meta as Meta>::new(opts.magic_version()),
Expand Down

0 comments on commit b450635

Please sign in to comment.