We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3a67800 + 6453253 commit 11af42dCopy full SHA for 11af42d
src/arm64/mod.rs
@@ -1,6 +1,9 @@
1
// Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2
// SPDX-License-Identifier: Apache-2.0
3
4
+#[cfg(feature = "with-serde")]
5
+use serde_derive::{Deserialize, Serialize};
6
+
7
// Export 4.14 bindings when the feature kvm-v4_20_0 is not specified.
8
#[cfg(all(feature = "kvm-v4_14_0", not(feature = "kvm-v4_20_0")))]
9
#[allow(clippy::all)]
0 commit comments