Skip to content

Commit

Permalink
Merge pull request #1231 from dtolnay/playground
Browse files Browse the repository at this point in the history
Enable "float_roundtrip" and "unbounded_depth" features in playground
  • Loading branch information
dtolnay authored Jan 19, 2025
2 parents a46f14c + 7d8f15b commit 51c48ab
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 @@ -38,7 +38,7 @@ targets = ["x86_64-unknown-linux-gnu"]
rustdoc-args = ["--generate-link-to-definition"]

[package.metadata.playground]
features = ["raw_value"]
features = ["float_roundtrip", "raw_value", "unbounded_depth"]


### FEATURES #################################################################
Expand Down

0 comments on commit 51c48ab

Please sign in to comment.