Skip to content

Commit 51c48ab

Browse files
authored
Merge pull request #1231 from dtolnay/playground
Enable "float_roundtrip" and "unbounded_depth" features in playground
2 parents a46f14c + 7d8f15b commit 51c48ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ targets = ["x86_64-unknown-linux-gnu"]
3838
rustdoc-args = ["--generate-link-to-definition"]
3939

4040
[package.metadata.playground]
41-
features = ["raw_value"]
41+
features = ["float_roundtrip", "raw_value", "unbounded_depth"]
4242

4343

4444
### FEATURES #################################################################

0 commit comments

Comments
 (0)