Skip to content

Commit 55524ad

Browse files
littlefs2: Fix documentation build on docs.rs
The doc_auto_cfg feature has been replaced by doc_cfg in Rust 1.92. Fixes: #127
1 parent 74b17c2 commit 55524ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## Unreleased
99

10-
-
10+
- Fixed documentation build on docs.rs.
1111

1212
## [v0.7.0](https://github.com/trussed-dev/littlefs2/releases/tag/0.7.0) - 2026-03-09
1313

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#![cfg_attr(not(test), no_std)]
2-
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
2+
#![cfg_attr(docsrs, feature(doc_cfg))]
33
// FIXME
44
#![allow(clippy::missing_safety_doc)]
55

0 commit comments

Comments
 (0)