We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b5bdb1 commit cb47d7cCopy full SHA for cb47d7c
README.md
@@ -127,9 +127,9 @@ anyhow = "1.0"
127
128
## No-std support
129
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.
+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.
133
134
```toml
135
[dependencies]
0 commit comments