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 f01080b commit 6b5bdb1Copy full SHA for 6b5bdb1
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 way. To
131
-depend on Anyhow in no_std mode, disable our default enabled "std" feature in
132
-Cargo.toml. A global allocator is required.
+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.
133
134
```toml
135
[dependencies]
0 commit comments