Skip to content

Commit c9b9f88

Browse files
committed
Run more of test suite in preserve_order mode
1 parent b83d243 commit c9b9f88

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

tests/stream.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#![cfg(not(feature = "preserve_order"))]
21
#![allow(clippy::assertions_on_result_states)]
32

43
use serde_json::{json, Deserializer, Value};

tests/test.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#![cfg(not(feature = "preserve_order"))]
21
#![allow(
32
clippy::assertions_on_result_states,
43
clippy::cast_precision_loss,

0 commit comments

Comments
 (0)