Skip to content

Commit

Permalink
Run more of test suite in preserve_order mode
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jun 2, 2024
1 parent b83d243 commit c9b9f88
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion tests/stream.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#![cfg(not(feature = "preserve_order"))]
#![allow(clippy::assertions_on_result_states)]

use serde_json::{json, Deserializer, Value};
Expand Down
1 change: 0 additions & 1 deletion tests/test.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#![cfg(not(feature = "preserve_order"))]
#![allow(
clippy::assertions_on_result_states,
clippy::cast_precision_loss,
Expand Down

0 comments on commit c9b9f88

Please sign in to comment.