Skip to content

Commit

Permalink
Document fewer underlying storage types on docs.rs.
Browse files Browse the repository at this point in the history
Resolves #241.
  • Loading branch information
iliekturtles committed Feb 16, 2021
1 parent 075eaa5 commit f4e2c8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ autotests = true
autobenches = true

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

[badges]
maintenance = { status = "actively-developed" }
Expand Down

0 comments on commit f4e2c8b

Please sign in to comment.