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 21e85e9 commit 7029322Copy full SHA for 7029322
CHANGELOG.md
@@ -1,5 +1,7 @@
1
# Unreleased
2
3
+- Fix documentation building on `docs.rs`.
4
+
5
# 0.4.7
6
7
- Added support for Android using the `ndk` crate.
src/lib.rs
@@ -2,7 +2,7 @@
#![allow(clippy::needless_doctest_main)]
#![deny(unsafe_op_in_unsafe_fn)]
#![warn(missing_docs)]
-#![cfg_attr(docsrs, feature(doc_auto_cfg))]
+#![cfg_attr(docsrs, feature(doc_cfg))]
extern crate core;
8
0 commit comments