We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cbdd4d commit ecff416Copy full SHA for ecff416
src/unix/linux_like/linux/gnu/mod.rs
@@ -958,9 +958,9 @@ pub const KEYCTL_SUPPORTS_DECRYPT: u32 = 0x02;
958
pub const KEYCTL_SUPPORTS_SIGN: u32 = 0x04;
959
pub const KEYCTL_SUPPORTS_VERIFY: u32 = 0x08;
960
cfg_if! {
961
- if #[cfg(not(any(target_arch="mips",
962
- target_arch="mips32r6",
963
- target_arch="mips64",
+ if #[cfg(not(any(target_arch = "mips",
+ target_arch = "mips32r6",
+ target_arch = "mips64",
964
target_arch = "mips64r6")))] {
965
pub const KEYCTL_MOVE: u32 = 30;
966
pub const KEYCTL_CAPABILITIES: u32 = 31;
0 commit comments