1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 12:07:46 +00:00

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-09 19:17:54 -05:00 committed by Sylvestre Ledru
parent 505da7e6fb
commit 43c7dfdd91

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