From e41844a650211d6f4c517c8ae01517f2a7d40d2c Mon Sep 17 00:00:00 2001 From: Chance Date: Fri, 21 Jun 2024 17:59:57 -0400 Subject: [PATCH] Update src/lib.rs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: André Mello <3285133+asmello@users.noreply.github.com> --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib.rs b/src/lib.rs index f80a65f..6859074 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -244,6 +244,7 @@ impl fmt::Display for NotFoundError { write!(f, "path starting at offset {} not found", self.offset) } } + #[cfg(feature = "std")] impl std::error::Error for NotFoundError {}