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 74b17c2 commit 55524adCopy full SHA for 55524ad
CHANGELOG.md
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
8
## Unreleased
9
10
--
+- Fixed documentation build on docs.rs.
11
12
## [v0.7.0](https://github.com/trussed-dev/littlefs2/releases/tag/0.7.0) - 2026-03-09
13
src/lib.rs
@@ -1,5 +1,5 @@
1
#![cfg_attr(not(test), no_std)]
2
-#![cfg_attr(docsrs, feature(doc_auto_cfg))]
+#![cfg_attr(docsrs, feature(doc_cfg))]
3
// FIXME
4
#![allow(clippy::missing_safety_doc)]
5
0 commit comments