We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 951db98 commit 2d717a7Copy full SHA for 2d717a7
Cargo.toml
@@ -21,7 +21,7 @@ exclude = [
21
rust-version = "1.57.0" # For HashSet::try_reserve
22
23
[features]
24
-default = ["std"]
+default = ["std", "lender"]
25
std = []
26
lender = ["lazy_static"]
27
# If you do not use std then you need alloc feature
0 commit comments