From 7d8f15b96351d9414e17c9ec4c095f51b259872e Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sun, 19 Jan 2025 15:04:54 -0800 Subject: [PATCH] Enable "float_roundtrip" and "unbounded_depth" features in playground --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 48f80bbbc..67fb715a2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 #################################################################