Skip to content

Commit

Permalink
Reword no-std documentation change from PR 343
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Apr 10, 2024
1 parent 6b5bdb1 commit cb47d7c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -127,9 +127,9 @@ anyhow = "1.0"

## No-std support

In no_std mode, the same API is almost entirely available and works the same
way. To depend on Anyhow in no_std mode, disable our default enabled "std"
feature in Cargo.toml. A global allocator is required.
In no_std mode, almost all of the same API is available and works the same way.
To depend on Anyhow in no_std mode, disable our default enabled "std" feature in
Cargo.toml. A global allocator is required.

```toml
[dependencies]
Expand Down

0 comments on commit cb47d7c

Please sign in to comment.