Skip to content

Commit ee3a308

Browse files
authored
Merge pull request #419 from newAM/optional-features
lib.rs: remove Optional Features section
2 parents 6b3d568 + 52f3b77 commit ee3a308

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/lib.rs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,6 @@
6363
//! - [`mpmc::Q*`](mpmc) -- multiple producer multiple consumer lock-free queue
6464
//! - [`spsc::Queue`] -- single producer single consumer lock-free queue
6565
//!
66-
//! # Optional Features
67-
//!
68-
//! The `heapless` crate provides the following optional Cargo features:
69-
//!
70-
//! - `ufmt`: Implement [`ufmt_write::uWrite`] for `String<N>` and `Vec<u8, N>`
71-
//!
72-
//! [`ufmt_write::uWrite`]: https://docs.rs/ufmt-write/
73-
//!
7466
//! # Minimum Supported Rust Version (MSRV)
7567
//!
7668
//! This crate does *not* have a Minimum Supported Rust Version (MSRV) and may make use of language

0 commit comments

Comments
 (0)