Skip to content

Commit

Permalink
Wrap PR 343 to 80 columns
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Apr 10, 2024
1 parent f01080b commit 6b5bdb1
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, 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.

```toml
[dependencies]
Expand Down

0 comments on commit 6b5bdb1

Please sign in to comment.