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

Merge pull request #7109 from uutils/uucore-docs-crash-mention

uucore: remove mention of crash in docs
This commit is contained in:
Sylvestre Ledru 2025-01-10 10:10:44 +01:00 committed by GitHub
commit 101a4a376b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,7 +20,7 @@
//! fully qualified name like this: //! fully qualified name like this:
//! //!
//! ```no_run //! ```no_run
//! use uucore::{show, crash}; //! use uucore::show;
//! ``` //! ```
//! //!
//! Here's an overview of the macros sorted by purpose //! Here's an overview of the macros sorted by purpose