diff options
Diffstat (limited to 'test-suite/tests/macros.rs')
-rw-r--r-- | test-suite/tests/macros.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test-suite/tests/macros.rs b/test-suite/tests/macros.rs index 6b77c81..35bf186 100644 --- a/test-suite/tests/macros.rs +++ b/test-suite/tests/macros.rs @@ -279,7 +279,6 @@ fn test_datetime() { // This test requires rustc >= 1.20. #[test] -#[cfg(feature = "test-quoted-keys-in-macro")] fn test_quoted_key() { let actual = toml! { "quoted" = true |