From c9b9f88c1add99e20fefcd377a29b00715b4e8c3 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sat, 1 Jun 2024 21:24:45 -0700 Subject: [PATCH] Run more of test suite in preserve_order mode --- tests/stream.rs | 1 - tests/test.rs | 1 - 2 files changed, 2 deletions(-) diff --git a/tests/stream.rs b/tests/stream.rs index ec6b9e3d0..fa52cedeb 100644 --- a/tests/stream.rs +++ b/tests/stream.rs @@ -1,4 +1,3 @@ -#![cfg(not(feature = "preserve_order"))] #![allow(clippy::assertions_on_result_states)] use serde_json::{json, Deserializer, Value}; diff --git a/tests/test.rs b/tests/test.rs index 11f185eac..c18254a85 100644 --- a/tests/test.rs +++ b/tests/test.rs @@ -1,4 +1,3 @@ -#![cfg(not(feature = "preserve_order"))] #![allow( clippy::assertions_on_result_states, clippy::cast_precision_loss,