Skip to content

Commit f414463

Browse files
committed
Update formatting for nightly rust
It merged imports differently than before
1 parent 74dd65f commit f414463

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

serde_with/tests/schemars_0_8/main.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ use expect_test::expect_file;
55
use schemars::JsonSchema;
66
use serde::Serialize;
77
use serde_json::json;
8-
use serde_with::hex::*;
9-
use serde_with::*;
8+
use serde_with::{hex::*, *};
109
use std::collections::BTreeSet;
1110

1211
// This avoids us having to add `#[schemars(crate = "::schemars_0_8")]` all

serde_with/tests/schemars_0_9/main.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ use expect_test::expect_file;
66
use schemars::JsonSchema;
77
use serde::Serialize;
88
use serde_json::json;
9-
use serde_with::hex::*;
10-
use serde_with::*;
9+
use serde_with::{hex::*, *};
1110
use std::collections::BTreeSet;
1211

1312
// This avoids us having to add `#[schemars(crate = "::schemars_0_9")]` all

serde_with/tests/schemars_1/main.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ use expect_test::expect_file;
66
use schemars::JsonSchema;
77
use serde::Serialize;
88
use serde_json::json;
9-
use serde_with::hex::*;
10-
use serde_with::*;
9+
use serde_with::{hex::*, *};
1110
use std::collections::BTreeSet;
1211

1312
// This avoids us having to add `#[schemars(crate = "::schemars_1")]` all

0 commit comments

Comments
 (0)