File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -35,9 +35,8 @@ pre-written adapters for [`fmt::Write`][output::fmt_write] (like a
3535
3636### 🔬 Small
3737
38- This crate is ` no_std ` compatible (`printf-compat = { version = "0.1",
39- default-features = false }` in your Cargo.toml). The main machinery doesn't
40- require the use of [ ` core::fmt ` ] , and it can't panic.
38+ This crate is ` no_std ` compatible (with ` default-features = false ` ).
39+ The main machinery doesn't require the use of [ ` core::fmt ` ] , and it can't panic.
4140
4241### 🔒 Safe (as can be)
4342
Original file line number Diff line number Diff line change 3030//!
3131//! ## 🔬 Small
3232//!
33- //! This crate is `no_std` compatible (`printf-compat = { version = "0.1",
34- //! default-features = false }` in your Cargo.toml). The main machinery doesn't
35- //! require the use of [`core::fmt`], and it can't panic.
33+ //! This crate is `no_std` compatible (with `default-features = false`).
34+ //! The main machinery doesn't require the use of [`core::fmt`], and it can't panic.
3635//!
3736//! ## 🔒 Safe (as can be)
3837//!
You can’t perform that action at this time.
0 commit comments