From 43c7dfdd91b6a246cc7f231cb5c3fc41968d65f4 Mon Sep 17 00:00:00 2001 From: jfinkels Date: Thu, 9 Jan 2025 19:17:54 -0500 Subject: [PATCH] uucore: remove mention of crash in docs The `crash!` macro has been removed in https://github.com/uutils/coreutils/pull/7084 --- src/uucore/src/lib/macros.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/uucore/src/lib/macros.rs b/src/uucore/src/lib/macros.rs index 7d428f4e7..3ef16ab4d 100644 --- a/src/uucore/src/lib/macros.rs +++ b/src/uucore/src/lib/macros.rs @@ -20,7 +20,7 @@ //! fully qualified name like this: //! //! ```no_run -//! use uucore::{show, crash}; +//! use uucore::show; //! ``` //! //! Here's an overview of the macros sorted by purpose