Skip to content

Commit cb47d7c

Browse files
committed
Reword no-std documentation change from PR 343
1 parent 6b5bdb1 commit cb47d7c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,9 @@ anyhow = "1.0"
127127

128128
## No-std support
129129

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

134134
```toml
135135
[dependencies]

0 commit comments

Comments
 (0)