We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9f7ced commit ebf8e77Copy full SHA for ebf8e77
x509-cert/src/ext/pkix/name/dirstr.rs
@@ -1,6 +1,6 @@
1
-use std::{borrow::Cow, string::ToString};
2
-
+use alloc::borrow::Cow;
3
use alloc::string::String;
+use alloc::string::ToString;
4
use der::{
5
Choice, FixedTag, Header, Reader, ValueOrd,
6
asn1::{Any, BmpString, PrintableString, TeletexString},
0 commit comments