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 8819cc8 commit db1bbc2Copy full SHA for db1bbc2
Cargo.toml
@@ -36,4 +36,4 @@ bit = ["rust_decimal"]
36
37
[package.metadata.docs.rs]
38
all-features = true
39
-rustdoc-args = ["--cfg", "docsrs"]
+rustdoc-args = ["--cfg", "docsrs_1_92"]
src/lib.rs
@@ -202,7 +202,8 @@ features = ["rocket"]
202
*/
203
204
#![cfg_attr(not(feature = "std"), no_std)]
205
-#![cfg_attr(docsrs, feature(doc_auto_cfg))]
+#![allow(unexpected_cfgs)]
206
+#![cfg_attr(docsrs_1_92, feature(doc_cfg))]
207
208
#[cfg(all(feature = "serde", any(feature = "byte", feature = "bit")))]
209
#[macro_use]
0 commit comments