Skip to content

Commit b1cfce4

Browse files
committed
Make void a non-default feature
1 parent e4d5153 commit b1cfce4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

malloc_size_of/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ edition = "2021"
88
publish = false
99

1010
[features]
11-
default = ["std", "void"]
11+
default = ["std"]
1212
std = []
1313
void = ["dep:void"]
1414

0 commit comments

Comments
 (0)