File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,7 @@ use expect_test::expect_file;
5
5
use schemars:: JsonSchema ;
6
6
use serde:: Serialize ;
7
7
use serde_json:: json;
8
- use serde_with:: hex:: * ;
9
- use serde_with:: * ;
8
+ use serde_with:: { hex:: * , * } ;
10
9
use std:: collections:: BTreeSet ;
11
10
12
11
// This avoids us having to add `#[schemars(crate = "::schemars_0_8")]` all
Original file line number Diff line number Diff line change @@ -6,8 +6,7 @@ use expect_test::expect_file;
6
6
use schemars:: JsonSchema ;
7
7
use serde:: Serialize ;
8
8
use serde_json:: json;
9
- use serde_with:: hex:: * ;
10
- use serde_with:: * ;
9
+ use serde_with:: { hex:: * , * } ;
11
10
use std:: collections:: BTreeSet ;
12
11
13
12
// This avoids us having to add `#[schemars(crate = "::schemars_0_9")]` all
Original file line number Diff line number Diff line change @@ -6,8 +6,7 @@ use expect_test::expect_file;
6
6
use schemars:: JsonSchema ;
7
7
use serde:: Serialize ;
8
8
use serde_json:: json;
9
- use serde_with:: hex:: * ;
10
- use serde_with:: * ;
9
+ use serde_with:: { hex:: * , * } ;
11
10
use std:: collections:: BTreeSet ;
12
11
13
12
// This avoids us having to add `#[schemars(crate = "::schemars_1")]` all
You can’t perform that action at this time.
0 commit comments