Skip to content

Commit 7604f0e

Browse files
committed
Enable global feature on docs.rs
1 parent 0acee51 commit 7604f0e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ description = """
1111
A Rust port of the dlmalloc allocator
1212
"""
1313

14+
[package.metadata.docs.rs]
15+
features = ['global']
16+
1417
[lib]
1518
doctest = false
1619
test = false

0 commit comments

Comments
 (0)