We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 181d12b commit 3fd15e0Copy full SHA for 3fd15e0
crypto-ffi/src/identity/x509.rs
@@ -1,9 +1,9 @@
1
-#[cfg(not(target_family = "wasm"))]
2
-use crate::Timestamp;
3
-
4
#[cfg(target_family = "wasm")]
5
use std::time::{Duration, SystemTime};
6
+#[cfg(not(target_family = "wasm"))]
+use crate::Timestamp;
+
7
/// Represents the parts of [WireIdentity][crate::WireIdentity] that are specific to a X509 certificate (and not a Basic
8
/// one).
9
///
0 commit comments