Skip to content

Commit

Permalink
Enable "float_roundtrip" and "unbounded_depth" features in playground
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jan 19, 2025
1 parent a46f14c commit 7d8f15b
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 7d8f15b

Please sign in to comment.