Skip to content

Commit ebf8e77

Browse files
committed
x509-cert: use alloc instead of std
1 parent a9f7ced commit ebf8e77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

x509-cert/src/ext/pkix/name/dirstr.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
use std::{borrow::Cow, string::ToString};
2-
1+
use alloc::borrow::Cow;
32
use alloc::string::String;
3+
use alloc::string::ToString;
44
use der::{
55
Choice, FixedTag, Header, Reader, ValueOrd,
66
asn1::{Any, BmpString, PrintableString, TeletexString},

0 commit comments

Comments
 (0)