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.
1 parent 87794c2 commit 711a336Copy full SHA for 711a336
src/lib.rs
@@ -66,7 +66,7 @@
66
#![deny(rust_2018_compatibility)]
67
#![deny(rust_2018_idioms)]
68
#![deny(warnings)]
69
-#![no_std]
+#![cfg_attr(not(feature = "std"), no_std)]
70
71
pub mod de;
72
pub mod ser;
0 commit comments