Skip to content

Commit e9d320d

Browse files
committed
use alloc::string::String
1 parent 59e0e9a commit e9d320d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/bit/adjusted/schemars_traits.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
use alloc::borrow::Cow;
1+
use alloc::{borrow::Cow, string::String};
22

33
use schemars::{JsonSchema, Schema, SchemaGenerator};
44

src/bit/schemars_traits.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
use alloc::borrow::Cow;
1+
use alloc::{borrow::Cow, string::String};
22

33
use schemars::{JsonSchema, Schema, SchemaGenerator};
44

src/byte/adjusted/schemars_traits.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
use alloc::borrow::Cow;
1+
use alloc::{borrow::Cow, string::String};
22

33
use schemars::{JsonSchema, Schema, SchemaGenerator};
44

src/byte/schemars_traits.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
use alloc::borrow::Cow;
1+
use alloc::{borrow::Cow, string::String};
22

33
use schemars::{JsonSchema, Schema, SchemaGenerator};
44

0 commit comments

Comments
 (0)