uucore: remove mention of crash in docs

The `crash!` macro has been removed in https://github.com/uutils/coreutils/pull/7084
This commit is contained in:
jfinkels
2025-01-10 09:34:39 +01:00
committed by Sylvestre Ledru
parent 505da7e6fb
commit 43c7dfdd91
+1 -1
View File
@@ -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