Skip to content

Commit

Permalink
Fix compiling objc2_foundation/NSData.rs without block2 enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
madsmtm committed Aug 19, 2024
1 parent e01000f commit d67142c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion framework-crates/objc2-foundation/src/data.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#[cfg(feature = "block2")]
use alloc::vec::Vec;
use core::ffi::c_void;
use core::fmt;
Expand Down

0 comments on commit d67142c

Please sign in to comment.