From 6b5bdb17b6df2816ddf7d525dd583f6c968e7f7f Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Tue, 9 Apr 2024 21:13:48 -0700 Subject: [PATCH] Wrap PR 343 to 80 columns --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7fa330e..055ebab 100644 --- a/README.md +++ b/README.md @@ -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]