Use correct docsrs feature annotation (#248)

Signed-off-by: Anand Krishnamoorthi <anakrish@microsoft.com>
This commit is contained in:
Anand Krishnamoorthi
2024-05-23 11:31:09 -04:00
committed by GitHub
parent 3ac9b1121e
commit 3d08f6eef9
3 changed files with 9 additions and 4 deletions
-1
View File
@@ -3,7 +3,6 @@
// Use README.md as crate documentation.
#![doc = include_str!(concat!(env!("CARGO_MANIFEST_DIR"), "/README.md"))]
#![cfg_attr(docsrs, feature(doc_cfg))]
// We'll default to building for no_std - use core, alloc instead of std.
#![no_std]