Skip to content

Commit

Permalink
fix: Add conditional compilation attribute to import of lender in sub…
Browse files Browse the repository at this point in the history
…module
  • Loading branch information
jhg committed Apr 27, 2024
1 parent 7731fe8 commit 2855535
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/validation.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
use crate::error::PointerError;
#[cfg(all(feature = "std", feature = "lender"))]
use crate::lender;

#[inline]
Expand Down

0 comments on commit 2855535

Please sign in to comment.