Skip to content

Commit f4e2c8b

Browse files
committed
Document fewer underlying storage types on docs.rs.
Resolves #241.
1 parent 075eaa5 commit f4e2c8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ autotests = true
1717
autobenches = true
1818

1919
[package.metadata.docs.rs]
20-
all-features = true
20+
features = ["usize", "u32", "u64", "isize", "i32", "i64", "bigint", "biguint", "rational", "rational32", "rational64", "bigrational", "try-from", "use_serde"]
2121

2222
[badges]
2323
maintenance = { status = "actively-developed" }

0 commit comments

Comments
 (0)