mirror of
https://github.com/trussed-dev/littlefs2.git
synced 2026-06-20 04:16:32 -07:00
littlefs2: Fix documentation build on docs.rs
The doc_auto_cfg feature has been replaced by doc_cfg in Rust 1.92. Fixes: https://github.com/trussed-dev/littlefs2/issues/127
This commit is contained in:
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
||||
### Changed
|
||||
|
||||
- Documented the MSRV 1.87
|
||||
- Fixed documentation build on docs.rs.
|
||||
|
||||
## [v0.7.0](https://github.com/trussed-dev/littlefs2/releases/tag/0.7.0) - 2026-03-09
|
||||
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
#![cfg_attr(not(test), no_std)]
|
||||
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
|
||||
#![cfg_attr(docsrs, feature(doc_cfg))]
|
||||
// FIXME
|
||||
#![allow(clippy::missing_safety_doc)]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user