Skip to content

Commit

Permalink
tweak cfg-gate
Browse files Browse the repository at this point in the history
  • Loading branch information
shepmaster committed Oct 17, 2024
1 parent c342aa9 commit 461c8ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
#![cfg_attr(not(feature = "std"), no_std)]
#![cfg_attr(docsrs, feature(doc_cfg))]

#[cfg(feature = "alloc")]
#[cfg(all(feature = "alloc", feature = "xxhash3_64"))]
extern crate alloc;

#[cfg(any(feature = "std", doc, test))]
Expand Down

0 comments on commit 461c8ba

Please sign in to comment.