Skip to content

Commit 6b5bdb1

Browse files
committed
Wrap PR 343 to 80 columns
1 parent f01080b commit 6b5bdb1

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 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.
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.
133133

134134
```toml
135135
[dependencies]

0 commit comments

Comments
 (0)