mirror of
https://github.com/serde-rs/json.git
synced 2025-10-02 07:21:29 +00:00
De Morgan the features check
This commit is contained in:
parent
d57dffb3e8
commit
541d8a1de7
@ -7,7 +7,7 @@ macro_rules! hide_from_rustfmt {
|
||||
};
|
||||
}
|
||||
|
||||
#[cfg(all(not(feature = "std"), not(feature = "alloc")))]
|
||||
#[cfg(not(any(feature = "std", feature = "alloc")))]
|
||||
hide_from_rustfmt! {
|
||||
mod error;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user